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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 紆堯屑紆舌 | 11100010111111001110101010011111100010111111101111100010111111001001000011100011 | e2fcea9f8bfbe2fc90e3 |
EUC-JP | 紆堯屑紆舌 | 11100100111111101111010010100001101101101111110111100100111111101100000011100101 | e4fef4a1b6fde4fec0e5 |
UTF-8 | 紆堯屑紆舌 | 111001111011010010000110111001011010000010101111111001011011000110010001111001111011010010000110111010001000100010001100 | e7b486e5a0afe5b191e7b486e8888c |
UHC | 紆堯屑紆舌 | 11101001111000011110100011101011111000001101101011101001111000011110000011011111 | e9e1e8ebe0dae9e1e0df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)