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 | ä½^å© | 11100100101111011000011001011110111001011000111110101001 | e4bd865ee58fa9 |
SJIS-WIN | ???^??? | 00111111001111110011111101011110001111110011111100111111 | 3f3f3f5e3f3f3f |
EUC-JP | ä??^å?© | 10001111101010111010001100111111001111110101111010001111101010111010100100111111100011111010001011101101 | 8faba33f3f5e8faba93f8fa2ed |
UTF-8 | ä½^å© | 11000011101001001100001010111101110000101000011001011110110000111010010111000010100011111100001010101001 | c3a4c2bdc2865ec3a5c28fc2a9 |
UHC | ?½?^??? | 0011111110101000111101100011111101011110001111110011111100111111 | 3fa8f63f5e3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)