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 | 碆墓 | 11100001111011001001010111100110 | e1ec95e6 |
EUC-JP | 碆墓 | 11100010111011101100101011101000 | e2eecae8 |
UTF-8 | 碆墓 | 111001111010001010000110111001011010001010010011 | e7a286e5a293 |
UHC | ?墓 | 001111111101100111010111 | 3fd9d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)