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 | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | ???瓦??h | 0011111100111111001111111000101010100010001111110011111101101000 | 3f3f3f8aa23f3f68 |
EUC-JP | ???瓦??h | 0011111100111111001111111011010010100100001111110011111101101000 | 3f3f3fb4a43f3f68 |
UTF-8 | 歷잙젨瓦낅젘h | 11101111101001101000110011101100100111101001100111101100101000001010100011100111100100111010011011101011100000101000010111101100101000001001100001101000 | efa68cec9e99eca0a8e793a6eb8285eca09868 |
UHC | 歷잙젨瓦낅젘h | 11100110101110001001111111101011101000001010000011101000101111111000010111101011101000001001010001101000 | e6b89feba0a0e8bf85eba09468 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)