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 | 猾碎 | 11100000110011111110000111101010 | e0cfe1ea |
EUC-JP | 猾碎 | 11100000110100011110001011101100 | e0d1e2ec |
UTF-8 | 猾碎 | 111001111000110010111110111001111010001010001110 | e78cbee7a28e |
UHC | 猾碎 | 11111100110000101110000111101111 | fcc2e1ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)