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 | 箏附 | 11100010101101011001010110001101 | e2b5958d |
EUC-JP | 箏附 | 11100100101101111100100111101101 | e4b7c9ed |
UTF-8 | 箏附 | 111001111010111010001111111010011001100110000100 | e7ae8fe99984 |
UHC | 箏附 | 11101110101101001101110110111110 | eeb4ddbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)