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 | 甕孃 | 11100001010100001001101101101111 | e1509b6f |
EUC-JP | 甕孃 | 11100001101100011101010111010000 | e1b1d5d0 |
UTF-8 | 甕孃 | 111001111001010010010101111001011010110110000011 | e79495e5ad83 |
UHC | 甕孃 | 11101000101110001110010110111110 | e8b8e5be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)