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 | 1001000011111000100010001011111001000111 | 90f888be47 |
EUC-JP | 煽粟G | 1100000011111010101100001100000001000111 | c0fab0c047 |
UTF-8 | 煽粟G | 11100111100001011011110111100111101100101001111101000111 | e785bde7b29f47 |
UHC | 煽粟G | 1110000011000011111000011101100001000111 | e0c3e1d847 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)