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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?哀? | 00111111100010001010001100111111 | 3f88a33f |
EUC-JP | ?哀? | 00111111101100001010010100111111 | 3fb0a53f |
UTF-8 | 렯哀롚 | 111010111010000010101111111001011001001110000000111010111010000110011010 | eba0afe59380eba19a |
UHC | 렯哀롚 | 100011101011110011100100111011101000111011011110 | 8ebce4ee8ede |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)