To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 湛則脱単 | 1001001001011000100100011010010110010010010001011001001001010000 | 925891a592459250 |
EUC-JP | 湛則脱単 | 1100001110111001110000101010011111000011101001101100001110110001 | c3b9c2a7c3a6c3b1 |
UTF-8 | 湛則脱単 | 111001101011100110011011111001011000100110000111111010001000010010110001111001011000110110011000 | e6b99be58987e884b1e58d98 |
UHC | 湛則?? | 110100111100000011110110110011100011111100111111 | d3c0f6ce3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)