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 | ?EE | 001111110100010101000101 | 3f4545 |
SJIS-WIN | 甞EE | 11100001010100100100010101000101 | e1524545 |
EUC-JP | 甞EE | 11100001101100110100010101000101 | e1b34545 |
UTF-8 | 甞EE | 1110011110010100100111100100010101000101 | e7949e4545 |
UHC | ?EE | 001111110100010101000101 | 3f4545 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)