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 | ラ饕 | 110101111110100101100010 | d7e962 |
EUC-JP | ラ饕 | 10001110110101111111000111000011 | 8ed7f1c3 |
UTF-8 | ラ饕 | 111011111011111010010111111010011010010110010101 | efbe97e9a595 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)