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 | ¡?? | 101000010011111100111111 | a13f3f |
SJIS-WIN | ?⇒? | 00111111100000011100101100111111 | 3f81cb3f |
EUC-JP | ¡⇒? | 100011111010001011000010101000101100110100111111 | 8fa2c2a2cd3f |
UTF-8 | ¡⇒♥ | 1100001010100001111000101000011110010010111000101001100110100101 | c2a1e28792e299a5 |
UHC | ¡⇒♥ | 101000101010111010100010101000011010001010111110 | a2aea2a1a2be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)