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 | ?AY | 001111110100000101011001 | 3f4159 |
SJIS-WIN | 上AY | 10001111111000110100000101011001 | 8fe34159 |
EUC-JP | 上AY | 10111110111001010100000101011001 | bee54159 |
UTF-8 | 上AY | 1110010010111000100010100100000101011001 | e4b88a4159 |
UHC | 上AY | 11011111101111100100000101011001 | dfbe4159 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)