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 | 111001001001000110001010111001101010101001101000 | e4918ae6aa68 |
EUC-JP | 苟頑ェh | 11100111111100011011010011101000100011101010101001101000 | e7f1b4e88eaa68 |
UTF-8 | 苟頑ェh | 11101000100010111001111111101001101000001001000111101111101111011010101001101000 | e88b9fe9a091efbdaa68 |
UHC | 苟頑?h | 110011111100001011101000110101110011111101101000 | cfc2e8d73f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)