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 | 除? | 100011111001110000111111 | 8f9c3f |
EUC-JP | 除? | 101111011111110000111111 | bdfc3f |
UTF-8 | 除숲 | 111010011001100110100100111011001000100010110010 | e999a4ec88b2 |
UHC | 除숲 | 11110000101101101011110110100011 | f0b6bda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)