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 | 箏硝 | 11100010101101011000111111001001 | e2b58fc9 |
EUC-JP | 箏硝 | 11100100101101111011111011001011 | e4b7becb |
UTF-8 | 箏硝 | 111001111010111010001111111001111010000110011101 | e7ae8fe7a19d |
UHC | 箏硝 | 11101110101101001111010110100110 | eeb4f5a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)