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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 燹猝 | 11100000100111111110000011001010 | e09fe0ca |
EUC-JP | 燹猝 | 11100000101000011110000011001100 | e0a1e0cc |
UTF-8 | 燹猝 | 111001111000011110111001111001111000110010011101 | e787b9e78c9d |
UHC | ?猝 | 001111111111000011110001 | 3ff0f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)