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 | 日? | 100100111111101000111111 | 93fa3f |
EUC-JP | 日? | 110001101111110000111111 | c6fc3f |
UTF-8 | 日빰 | 111001101001011110100101111010111011100110110000 | e697a5ebb9b0 |
UHC | 日빰 | 11101100111011011011101110100011 | ecedbba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)