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 | 漕? | 100100011000011000111111 | 91863f |
EUC-JP | 漕? | 110000011110011000111111 | c1e63f |
UTF-8 | 漕렾 | 111001101011110010010101111010111010000010111110 | e6bc95eba0be |
UHC | 漕렾 | 11110000110011001000111011000110 | f0cc8ec6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)