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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 獄ュⅱ | 100011011001011010000011100001011111101001000001 | 8d968385fa41 |
EUC-JP | 獄ュ? | 1011100111110110101001011110010100111111 | b9f6a5e53f |
UTF-8 | 獄ュⅱ | 111001111000110110000100111000111000001110100101111000101000010110110001 | e78d84e383a5e285b1 |
UHC | 獄ュⅱ | 111010001010101110101011111001011010010110100010 | e8ababe5a5a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)