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 | ?????^}B | 0011111100111111001111110011111100111111010111100111110101000010 | 3f3f3f3f3f5e7d42 |
SJIS-WIN | 鳶??泳?^}B | 10010011110011100011111100111111100010010110101000111111010111100111110101000010 | 93ce3f3f896a3f5e7d42 |
EUC-JP | 鳶??泳?^}B | 11000110110100000011111100111111101100011100101100111111010111100111110101000010 | c6d03f3fb1cb3f5e7d42 |
UTF-8 | 鳶멩뿦泳쉃^}B | 111010011011001110110110111010111010100110101001111010111011111110100110111001101011001110110011111011001000100110000011010111100111110101000010 | e9b3b6eba9a9ebbfa6e6b3b3ec89835e7d42 |
UHC | 鳶멩뿦泳쉃^}B | 11100110111010011011100011100110100101111010011011100111101101101001101001011000010111100111110101000010 | e6e9b8e697a6e7b69a585e7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)