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 | 1110010010101101111000001101101101000111 | e4ade0db47 |
EUC-JP | 莚珈G | 1110100010101111111000001101110101000111 | e8afe0dd47 |
UTF-8 | 莚珈G | 11101000100011101001101011100111100011111000100001000111 | e88e9ae78f8847 |
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)