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 | 訃撲 | 11100110010111011001011001101111 | e65d966f |
EUC-JP | 訃撲 | 11101011101111101100101111010000 | ebbecbd0 |
UTF-8 | 訃撲 | 111010001010100010000011111001101001001010110010 | e8a883e692b2 |
UHC | 訃撲 | 11011101101101011101101011010010 | ddb5dad2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)