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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 窈?Шh | 111000100111011100111111100001000101100101101000 | e2773f845968 |
EUC-JP | 窈?Шh | 111000111101100000111111101001111011101001101000 | e3d83fa7ba68 |
UTF-8 | 窈띷Шh | 111001111010101010001000111010111001110110110111110100001010100001101000 | e7aa88eb9db7d0a868 |
UHC | 窈띷Шh | 11101001101000011000110111100110101011001011101001101000 | e9a18de6acba68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)