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 | 1001111111110011111001101011000101000111 | 9ff3e6b147 |
EUC-JP | 灌豎G | 1101111011110101111011001011001101000111 | def5ecb347 |
UTF-8 | 灌豎G | 11100111100000011000110011101000101100011000111001000111 | e7818ce8b18e47 |
UHC | 灌?G | 11001110101101000011111101000111 | ceb43f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)