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 | 瓷畍 | 11100001010010011110000101010111 | e149e157 |
EUC-JP | 瓷畍 | 11100001101010101110000110111000 | e1aae1b8 |
UTF-8 | 瓷畍 | 111001111001001110110111111001111001010110001101 | e793b7e7958d |
UHC | 瓷? | 111011011011011000111111 | edb63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)