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 | »ô³»ôÎ | 100011111011101111110100100011101011001110001111101110111111010011001110 | 8fbbf48eb38fbbf4ce |
SJIS-WIN | ????????? | 001111110011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f3f |
EUC-JP | ??ô????ôÎ | 001111110011111110001111101010111101010000111111001111110011111100111111100011111010101111010100100011111010101011000010 | 3f3f8fabd43f3f3f3f8fabd48faac2 |
UTF-8 | »ô³»ôÎ | 110000101000111111000010101110111100001110110100110000101000111011000010101100111100001010001111110000101011101111000011101101001100001110001110 | c28fc2bbc3b4c28ec2b3c28fc2bbc3b4c38e |
UHC | ????³???? | 00111111001111110011111100111111101010011111100000111111001111110011111100111111 | 3f3f3f3fa9f83f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)