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 | 1110010010111101100011011000111110001111010000111110001101000001 | e4bd8d8f8f43e341 |
SJIS-WIN | ?????C?A | 0011111100111111001111110011111100111111010000110011111101000001 | 3f3f3f3f3f433f41 |
EUC-JP | ä????CãA | 100011111010101110100011001111110011111100111111001111110100001110001111101010111010101001000001 | 8faba33f3f3f3f438fabaa41 |
UTF-8 | ä½CãA | 1100001110100100110000101011110111000010100011011100001010001111110000101000111101000011110000111010001101000001 | c3a4c2bdc28dc28fc28f43c3a341 |
UHC | ?½???C?A | 001111111010100011110110001111110011111100111111010000110011111101000001 | 3fa8f63f3f3f433f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)