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 | ¸ÎG | 101110001100111001000111 | b8ce47 |
SJIS-WIN | ??G | 001111110011111101000111 | 3f3f47 |
EUC-JP | ¸ÎG | 10001111101000101011000110001111101010101100001001000111 | 8fa2b18faac247 |
UTF-8 | ¸ÎG | 1100001010111000110000111000111001000111 | c2b8c38e47 |
UHC | ¸?G | 10100010101011000011111101000111 | a2ac3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)