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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 獨獪猖F | 11100000110101011110000011010100111000001100100101000110 | e0d5e0d4e0c946 |
EUC-JP | 獨獪猖F | 11100000110101111110000011010110111000001100101101000110 | e0d7e0d6e0cb46 |
UTF-8 | 獨獪猖F | 11100111100011011010100011100111100011011010101011100111100011001001011001000110 | e78da8e78daae78c9646 |
UHC | 獨獪猖F | 11010100101111001111110011101010111100111110100101000110 | d4bcfceaf3e946 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)