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 | 苟若 | 11100100100100011000111011100001 | e4918ee1 |
EUC-JP | 苟若 | 11100111111100011011110011100011 | e7f1bce3 |
UTF-8 | 苟若 | 111010001000101110011111111010001000101110100101 | e88b9fe88ba5 |
UHC | 苟若 | 11001111110000101110010110110100 | cfc2e5b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)