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 | 1110100101111011100110100101111001000110 | e97b9a5e46 |
SJIS-WIN | ?{?^F | 0011111101111011001111110101111001000110 | 3f7b3f5e46 |
EUC-JP | é{?^F | 10001111101010111011000101111011001111110101111001000110 | 8fabb17b3f5e46 |
UTF-8 | é{^F | 11000011101010010111101111000010100110100101111001000110 | c3a97bc29a5e46 |
UHC | ?{?^F | 0011111101111011001111110101111001000110 | 3f7b3f5e46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)