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 | æw¥ | 111001100111011110100101 | e677a5 |
SJIS-WIN | ?w¥ | 00111111011101111000000110001111 | 3f77818f |
EUC-JP | æw? | 1000111110101001110000010111011100111111 | 8fa9c1773f |
UTF-8 | æw¥ | 1100001110100110011101111100001010100101 | c3a677c2a5 |
UHC | æw? | 10101001101000010111011100111111 | a9a1773f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)