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 | 箏紗 | 11100010101101011000111011010001 | e2b58ed1 |
EUC-JP | 箏紗 | 11100100101101111011110011010011 | e4b7bcd3 |
UTF-8 | 箏紗 | 111001111010111010001111111001111011010010010111 | e7ae8fe7b497 |
UHC | 箏紗 | 11101110101101001101111011101001 | eeb4dee9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)