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 | ä¥o | 111001001010010101101111 | e4a56f |
SJIS-WIN | ?¥o | 00111111100000011000111101101111 | 3f818f6f |
EUC-JP | ä?o | 1000111110101011101000110011111101101111 | 8faba33f6f |
UTF-8 | ä¥o | 1100001110100100110000101010010101101111 | c3a4c2a56f |
UHC | ??o | 001111110011111101101111 | 3f3f6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)