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 | 11100110100110011010100001000111 | e699a847 |
EUC-JP | 譎ィG | 1110101111111001100011101010100001000111 | ebf98ea847 |
UTF-8 | 譎ィG | 11101000101011011000111011101111101111011010100001000111 | e8ad8eefbda847 |
UHC | 譎?G | 11111101110100100011111101000111 | fdd23f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)