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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ????一? | 00111111001111110011111100111111100010001110101000111111 | 3f3f3f3f88ea3f |
EUC-JP | ????一? | 00111111001111110011111100111111101100001110110000111111 | 3f3f3f3fb0ec3f |
UTF-8 | 알렖렯렒一렯 | 111011001001010110001100111010111010000010010110111010111010000010101111111010111010000010010010111001001011100010000000111010111010000010101111 | ec958ceba096eba0afeba092e4b880eba0af |
UHC | 알렖렯렒一렯 | 101111101100101110001110101010111000111010111100100011101010011111101100111010011000111010111100 | becb8eab8ebc8ea7ece98ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)