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 | 曠老 | 10011110010001001001100001010110 | 9e449856 |
EUC-JP | 曠老 | 11011011101001011100111110110111 | dba5cfb7 |
UTF-8 | 曠老 | 111001101001101110100000111010001000000010000001 | e69ba0e88081 |
UHC | 曠老 | 11001110110001111101011011010101 | cec7d6d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)