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 | 鬢瑚ャ抉 | 11101001101001001000110011101000101011001001110101010000 | e9a48ce8ac9d50 |
EUC-JP | 鬢瑚ャ抉 | 1111001010100110101110001110101010001110101011001101100110110001 | f2a6b8ea8eacd9b1 |
UTF-8 | 鬢瑚ャ抉 | 111010011010110010100010111001111001000110011010111011111011110110101100111001101000101010001001 | e9aca2e7919aefbdace68a89 |
UHC | ?瑚?抉 | 001111111111101111010001001111111100110010111100 | 3ffbd13fccbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)