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 | ¡?] | 101000010011111101011101 | a13f5d |
SJIS-WIN | ?⇒] | 00111111100000011100101101011101 | 3f81cb5d |
EUC-JP | ¡⇒] | 100011111010001011000010101000101100110101011101 | 8fa2c2a2cd5d |
UTF-8 | ¡⇒] | 110000101010000111100010100001111001001001011101 | c2a1e287925d |
UHC | ¡⇒] | 1010001010101110101000101010000101011101 | a2aea2a15d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)