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 | ¢@B | 10010001101000100100000001000010 | 91a24042 |
SJIS-WIN | ?¢@B | 0011111110000001100100010100000001000010 | 3f81914042 |
EUC-JP | ?¢@B | 0011111110100001111100010100000001000010 | 3fa1f14042 |
UTF-8 | ¢@B | 110000101001000111000010101000100100000001000010 | c291c2a24042 |
UHC | ??@B | 00111111001111110100000001000010 | 3f3f4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)