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 | 1110000011011101111001001110101001000111 | e0dde4ea47 |
EUC-JP | 珎蓐G | 1110000011011111111010001110110001000111 | e0dfe8ec47 |
UTF-8 | 珎蓐G | 11100111100011111000111011101000100100111001000001000111 | e78f8ee8939047 |
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)