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 | ????]H | 001111110011111100111111001111110101110101001000 | 3f3f3f3f5d48 |
SJIS-WIN | 竣???]H | 10001111011101100011111100111111001111110101110101001000 | 8f763f3f3f5d48 |
EUC-JP | 竣???]H | 10111101110101110011111100111111001111110101110101001000 | bdd73f3f3f5d48 |
UTF-8 | 竣댓렰렜]H | 1110011110101011101000111110101110001100100100111110101110100000101100001110101110100000100111000101110101001000 | e7aba3eb8c93eba0b0eba09c5d48 |
UHC | 竣댓렰렜]H | 11110001111000101011010011110001100011101011110110001110101011100101110101001000 | f1e2b4f18ebd8eae5d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)