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 | ANm | 1001001001000001100100100100111001101101 | 9241924e6d |
SJIS-WIN | ?A?Nm | 0011111101000001001111110100111001101101 | 3f413f4e6d |
EUC-JP | ?A?Nm | 0011111101000001001111110100111001101101 | 3f413f4e6d |
UTF-8 | ANm | 11000010100100100100000111000010100100100100111001101101 | c29241c2924e6d |
UHC | ?A?Nm | 0011111101000001001111110100111001101101 | 3f413f4e6d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)