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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 處??處??^ | 100110010111110000111111001111111001100101111100001111110011111101011110 | 997c3f3f997c3f3f5e |
EUC-JP | 處??處??^ | 110100011101110100111111001111111101000111011101001111110011111101011110 | d1dd3f3fd1dd3f3f5e |
UTF-8 | 處렶렏處렶렏^ | 11101000100110011001010111101011101000001011011011101011101000001000111111101000100110011001010111101011101000001011011011101011101000001000111101011110 | e89995eba0b6eba08fe89995eba0b6eba08f5e |
UHC | 處렶렏處렶렏^ | 11110100101001011000111011000001100011101010010111110100101001011000111011000001100011101010010101011110 | f4a58ec18ea5f4a58ec18ea55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)