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 | 11100100111010001011110001000111 | e4e8bc47 |
EUC-JP | 蒻シG | 1110100011101010100011101011110001000111 | e8ea8ebc47 |
UTF-8 | 蒻シG | 11101000100100101011101111101111101111011011110001000111 | e892bbefbdbc47 |
UHC | 蒻?G | 11100101101101100011111101000111 | e5b63f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)