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 | A[h | 1001001001000001100100100101101101101000 | 9241925b68 |
SJIS-WIN | ?A?[h | 0011111101000001001111110101101101101000 | 3f413f5b68 |
EUC-JP | ?A?[h | 0011111101000001001111110101101101101000 | 3f413f5b68 |
UTF-8 | A[h | 11000010100100100100000111000010100100100101101101101000 | c29241c2925b68 |
UHC | ?A?[h | 0011111101000001001111110101101101101000 | 3f413f5b68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)