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 | ?役 | 001111111001011011110000 | 3f96f0 |
EUC-JP | 鉥役 | 1000111111100011111010001100110011110010 | 8fe3e8ccf2 |
UTF-8 | 鉥役 | 111010011000100110100101111001011011110110111001 | e989a5e5bdb9 |
UHC | 鉥役 | 11100010111111001110011010110101 | e2fce6b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)