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 | 1110010010101101111000111101110101000111 | e4ade3dd47 |
EUC-JP | 莚聨G | 1110100010101111111001101101111101000111 | e8afe6df47 |
UTF-8 | 莚聨G | 11101000100011101001101011101000100000011010100001000111 | e88e9ae881a847 |
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)