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 | 陲談 | 11101000101000101001001001101011 | e8a2926b |
EUC-JP | 陲談 | 11110000101001001100001111001100 | f0a4c3cc |
UTF-8 | 陲談 | 111010011001100110110010111010001010101110000111 | e999b2e8ab87 |
UHC | ?談 | 001111111101001111001000 | 3fd3c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)