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 | ìº^F | 1110110010001000101110100101111001000110 | ec88ba5e46 |
SJIS-WIN | ???^F | 0011111100111111001111110101111001000110 | 3f3f3f5e46 |
EUC-JP | ì?º^F | 100011111010101111000000001111111000111110100010111010110101111001000110 | 8fabc03f8fa2eb5e46 |
UTF-8 | ìº^F | 1100001110101100110000101000100011000010101110100101111001000110 | c3acc288c2ba5e46 |
UHC | ??º^F | 001111110011111110101000101011000101111001000110 | 3f3fa8ac5e46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)