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 | ¼®rB | 10111100101011100111001001000010 | bcae7242 |
SJIS-WIN | ??rB | 00111111001111110111001001000010 | 3f3f7242 |
EUC-JP | ?®rB | 001111111000111110100010111011100111001001000010 | 3f8fa2ee7242 |
UTF-8 | ¼®rB | 110000101011110011000010101011100111001001000010 | c2bcc2ae7242 |
UHC | ¼®rB | 101010001111100110100010111001110111001001000010 | a8f9a2e77242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)