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 | 1000111111000110111101001111101101000111 | 8fc6f4fb47 |
EUC-JP | 照?G | 10111110110010000011111101000111 | bec83f47 |
UTF-8 | 照G | 11100111100001011010011111101110100011101010101001000111 | e785a7ee8eaa47 |
UHC | 照?G | 11110000110011100011111101000111 | f0ce3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)