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 | 001111110011111101000111 | 3f3f47 |
SJIS-WIN | 關シG | 11101000100100001011110001000111 | e890bc47 |
EUC-JP | 關シG | 1110111111110000100011101011110001000111 | eff08ebc47 |
UTF-8 | 關シG | 11101001100101111001110011101111101111011011110001000111 | e9979cefbdbc47 |
UHC | 關?G | 11001110101111000011111101000111 | cebc3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)