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 | «äI^F | 100011111010101111100100010010010101111001000110 | 8fabe4495e46 |
SJIS-WIN | ???I^F | 001111110011111100111111010010010101111001000110 | 3f3f3f495e46 |
EUC-JP | ??äI^F | 0011111100111111100011111010101110100011010010010101111001000110 | 3f3f8faba3495e46 |
UTF-8 | «äI^F | 110000101000111111000010101010111100001110100100010010010101111001000110 | c28fc2abc3a4495e46 |
UHC | ???I^F | 001111110011111100111111010010010101111001000110 | 3f3f3f495e46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)