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 | ÀhTB | 1001000011000000011010000101010001000010 | 90c0685442 |
SJIS-WIN | ??hTB | 0011111100111111011010000101010001000010 | 3f3f685442 |
EUC-JP | ?ÀhTB | 00111111100011111010101010100010011010000101010001000010 | 3f8faaa2685442 |
UTF-8 | ÀhTB | 11000010100100001100001110000000011010000101010001000010 | c290c380685442 |
UHC | ??hTB | 0011111100111111011010000101010001000010 | 3f3f685442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)