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 | 10010111111011111001110110100100111000101001101001101000 | 97ef9da4e29a68 |
EUC-JP | 暦擘笞h | 11001110111100011101101010100110111000111111101001101000 | cef1daa6e3fa68 |
UTF-8 | 暦擘笞h | 11100110100110101010011011100110100100111001100011100111101011001001111001101000 | e69aa6e69398e7ac9e68 |
UHC | ?擘笞h | 001111111101101111111011111101111100001001101000 | 3fdbfbf7c268 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)