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 | 斤∴斤∴^ | 100010111101001010000001100010001000101111010010100000011000100001011110 | 8bd281888bd281885e |
EUC-JP | 斤∴斤∴^ | 101101101101010010100001111010001011011011010100101000011110100001011110 | b6d4a1e8b6d4a1e85e |
UTF-8 | 斤∴斤∴^ | 11100110100101101010010011100010100010001011010011100110100101101010010011100010100010001011010001011110 | e696a4e288b4e696a4e288b45e |
UHC | 斤∴斤∴^ | 110100001100010110100001110001011101000011000101101000011100010101011110 | d0c5a1c5d0c5a1c55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)