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 | 玉愠 | 10001011110010101111101011000001 | 8bcafac1 |
EUC-JP | 玉? | 101101101100110000111111 | b6cc3f |
UTF-8 | 玉愠 | 111001111000111010001001111001101000010010100000 | e78e89e684a0 |
UHC | 玉? | 111010001010110000111111 | e8ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)