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 | 100110100100000010011010010111110101111001000110 | 9a409a5f5e46 |
SJIS-WIN | ?@?_^F | 001111110100000000111111010111110101111001000110 | 3f403f5f5e46 |
EUC-JP | ?@?_^F | 001111110100000000111111010111110101111001000110 | 3f403f5f5e46 |
UTF-8 | @_^F | 1100001010011010010000001100001010011010010111110101111001000110 | c29a40c29a5f5e46 |
UHC | ?@?_^F | 001111110100000000111111010111110101111001000110 | 3f403f5f5e46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)