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 | 勉輸 | 10010101110101111001011101000001 | 95d79741 |
EUC-JP | 勉輸 | 11001010110110011100110110100010 | cad9cda2 |
UTF-8 | 勉輸 | 111001011000101110001001111010001011110010111000 | e58b89e8bcb8 |
UHC | 勉輸 | 11011000111101011110001011000011 | d8f5e2c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)