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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 螟夊∮B | 11100101101001001001101011101000100001111001001101000010 | e5a49ae8879342 |
EUC-JP | 螟夊?B | 111010101010011011010100111010100011111101000010 | eaa6d4ea3f42 |
UTF-8 | 螟夊∮B | 11101000100111101001111111100101101001001000101011100010100010001010111001000010 | e89e9fe5a48ae288ae42 |
UHC | 螟?∮B | 110110011010110100111111101000101011000101000010 | d9ad3fa2b142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)