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 | äµCãA | 1110010010110101100000101000111110001111010000111110001101000001 | e4b5828f8f43e341 |
SJIS-WIN | ?????C?A | 0011111100111111001111110011111100111111010000110011111101000001 | 3f3f3f3f3f433f41 |
EUC-JP | ä????CãA | 100011111010101110100011001111110011111100111111001111110100001110001111101010111010101001000001 | 8faba33f3f3f3f438fabaa41 |
UTF-8 | äµCãA | 1100001110100100110000101011010111000010100000101100001010001111110000101000111101000011110000111010001101000001 | c3a4c2b5c282c28fc28f43c3a341 |
UHC | ?????C?A | 0011111100111111001111110011111100111111010000110011111101000001 | 3f3f3f3f3f433f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)