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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鳶??泳 | 100100111100111000111111001111111000100101101010 | 93ce3f3f896a |
EUC-JP | 鳶??泳 | 110001101101000000111111001111111011000111001011 | c6d03f3fb1cb |
UTF-8 | 鳶멩렋泳 | 111010011011001110110110111010111010100110101001111010111010000010001011111001101011001110110011 | e9b3b6eba9a9eba08be6b3b3 |
UHC | 鳶멩렋泳 | 1110011011101001101110001110011010001110101000101110011110110110 | e6e9b8e68ea2e7b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)