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 | 爿爛 | 11100000101010111110000010100011 | e0abe0a3 |
EUC-JP | 爿爛 | 11100000101011011110000010100101 | e0ade0a5 |
UTF-8 | 爿爛 | 111001111000100010111111111001111000100010011011 | e788bfe7889b |
UHC | ?爛 | 001111111101010110110100 | 3fd5b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)