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 | 11111100010010010101111001000110 | fc495e46 |
SJIS-WIN | ?I^F | 00111111010010010101111001000110 | 3f495e46 |
EUC-JP | üI^F | 100011111010101111100100010010010101111001000110 | 8fabe4495e46 |
UTF-8 | üI^F | 1100001110111100010010010101111001000110 | c3bc495e46 |
UHC | ?I^F | 00111111010010010101111001000110 | 3f495e46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)