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 | ©¡¨¡] | 1010100110100001101010001010000101011101 | a9a1a8a15d |
SJIS-WIN | ??¨?] | 001111110011111110000001010011100011111101011101 | 3f3f814e3f5d |
EUC-JP | ©¡¨¡] | 100011111010001011101101100011111010001011000010101000011010111110001111101000101100001001011101 | 8fa2ed8fa2c2a1af8fa2c25d |
UTF-8 | ©¡¨¡] | 110000101010100111000010101000011100001010101000110000101010000101011101 | c2a9c2a1c2a8c2a15d |
UHC | ?¡¨¡] | 0011111110100010101011101010000110100111101000101010111001011101 | 3fa2aea1a7a2ae5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)