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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
UTF-8 | 렺렪렻쩡렪렻젓 | 111010111010000010111010111010111010000010101010111010111010000010111011111011001010100110100001111010111010000010101010111010111010000010111011111011001010000010010011 | eba0baeba0aaeba0bbeca9a1eba0aaeba0bbeca093 |
UHC | 렺렪렻쩡렪렻젓 | 1000111011000010100011101011100010001110110000111100001011000100100011101011100010001110110000111100000110100011 | 8ec28eb88ec3c2c48eb88ec3c1a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)