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 | 腱少 | 11100100010001101000111110101101 | e4468fad |
EUC-JP | 腱少 | 11100111101001111011111010101111 | e7a7beaf |
UTF-8 | 腱少 | 111010001000010110110001111001011011000010010001 | e885b1e5b091 |
UHC | 腱少 | 11001011111100101110000110110100 | cbf2e1b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)