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 | 1111101110100100111101011110011101000111 | fba4f5e747 |
EUC-JP | 訷?G | 1000111111011101110101000011111101000111 | 8fddd43f47 |
UTF-8 | 訷G | 11101000101010001011011111101110100100011001001001000111 | e8a8b7ee919247 |
UHC | ??G | 001111110011111101000111 | 3f3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)