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 | 筍少 | 11100010101000011000111110101101 | e2a18fad |
EUC-JP | 筍少 | 11100100101000111011111010101111 | e4a3beaf |
UTF-8 | 筍少 | 111001111010110110001101111001011011000010010001 | e7ad8de5b091 |
UHC | 筍少 | 11100010111011001110000110110100 | e2ece1b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)