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 | ア | 101100011111000111100000 | b1f1e0 |
EUC-JP | ア? | 100011101011000100111111 | 8eb13f |
UTF-8 | ア | 111011111011110110110001111011101000010110011011 | efbdb1ee859b |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)