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 | ô£»Éô£ | 1111010010100011100011101011101110001110110010011111010010100011 | f4a38ebb8ec9f4a3 |
SJIS-WIN | ?£?????£ | 00111111100000011001001000111111001111110011111100111111001111111000000110010010 | 3f81923f3f3f3f3f8192 |
EUC-JP | ô£???Éô£ | 10001111101010111101010010100001111100100011111100111111001111111000111110101010101100011000111110101011110101001010000111110010 | 8fabd4a1f23f3f3f8faab18fabd4a1f2 |
UTF-8 | ô£»Éô£ | 11000011101101001100001010100011110000101000111011000010101110111100001010001110110000111000100111000011101101001100001010100011 | c3b4c2a3c28ec2bbc28ec389c3b4c2a3 |
UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)