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 | 猪冪 | 10010010100101101001100101110000 | 92969970 |
EUC-JP | 猪冪 | 11000011111101101101000111010001 | c3f6d1d1 |
UTF-8 | 猪冪 | 111001111000110010101010111001011000011010101010 | e78caae586aa |
UHC | 猪冪 | 11101110110001001101100011110001 | eec4d8f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)