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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 壹椢鞳樅^ | 100110101110001110011110100110101110100011100011100111101110000001011110 | 9ae39e9ae8e39ee05e |
EUC-JP | 壹椢鞳樅^ | 110101001110010111011011111110101111000011100101110111001110001001011110 | d4e5dbfaf0e5dce25e |
UTF-8 | 壹椢鞳樅^ | 11100101101000111011100111100110101001001010001011101001100111101011001111100110101010001000010101011110 | e5a3b9e6a4a2e99eb3e6a8855e |
UHC | 壹???^ | 111011001110110000111111001111110011111101011110 | ecec3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)