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] | 001111110100011101011101 | 3f475d |
SJIS-WIN | ?G] | 001111110100011101011101 | 3f475d |
EUC-JP | ?G] | 001111110100011101011101 | 3f475d |
UTF-8 | 묱G] | 1110101110101100101100010100011101011101 | ebacb1475d |
UHC | 묱G] | 10010010010010000100011101011101 | 9248475d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)