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 | 膳淅 | 10010001010101101001111111000110 | 91569fc6 |
EUC-JP | 膳淅 | 11000001101101111101111011001000 | c1b7dec8 |
UTF-8 | 膳淅 | 111010001000011010110011111001101011011110000101 | e886b3e6b785 |
UHC | 膳淅 | 11100000110011101110000010110010 | e0cee0b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)