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 | ê²G | 11101010101100101000100101000111 | eab28947 |
SJIS-WIN | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
EUC-JP | ê??G | 100011111010101110110100001111110011111101000111 | 8fabb43f3f47 |
UTF-8 | ê²G | 11000011101010101100001010110010110000101000100101000111 | c3aac2b2c28947 |
UHC | ?²?G | 0011111110101001111101110011111101000111 | 3fa9f73f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)