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 | 臙臙^ | 1110010001100010111001000110001001011110 | e462e4625e |
EUC-JP | 臙臙^ | 1110011111000011111001111100001101011110 | e7c3e7c35e |
UTF-8 | 臙臙^ | 11101000100001111001100111101000100001111001100101011110 | e88799e887995e |
UHC | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)