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 | 魃蓄 | 11101001101011111001001001111110 | e9af927e |
EUC-JP | 魃蓄 | 11110010101100011100001111011111 | f2b1c3df |
UTF-8 | 魃蓄 | 111010011010110110000011111010001001001110000100 | e9ad83e89384 |
UHC | 魃蓄 | 11011011101001101111010111101011 | dba6f5eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)