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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 加加^ | 1000100111000001100010011100000101011110 | 89c189c15e |
EUC-JP | 加加^ | 1011001011000011101100101100001101011110 | b2c3b2c35e |
UTF-8 | 加加^ | 11100101100010101010000011100101100010101010000001011110 | e58aa0e58aa05e |
UHC | 加加^ | 1100101010100101110010101010010101011110 | caa5caa55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)