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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 鵝??鳶??\ | 111010100100000000111111001111111001001111001110001111110011111101011100 | ea403f3f93ce3f3f5c |
EUC-JP | 鵝??鳶??\ | 111100111010000100111111001111111100011011010000001111110011111101011100 | f3a13f3fc6d03f3f5c |
UTF-8 | 鵝녺떻鳶멩릫\ | 11101001101101011001110111101011100001011011101011101011100101101011101111101001101100111011011011101011101010011010100111101011101001101010101101011100 | e9b59deb85baeb96bbe9b3b6eba9a9eba6ab5c |
UHC | 鵝녺떻鳶멩릫\ | 11100100101111011000011011100111101101101011101111100110111010011011100011100110100100001000110101011100 | e4bd86e7b6bbe6e9b8e6908d5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)