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 | ç©çv | 11100111100011001010100111100111100101001000001101110110 | e78ca9e7948376 |
SJIS-WIN | ??????v | 00111111001111110011111100111111001111110011111101110110 | 3f3f3f3f3f3f76 |
EUC-JP | ç?©ç??v | 10001111101010111010111000111111100011111010001011101101100011111010101110101110001111110011111101110110 | 8fabae3f8fa2ed8fabae3f3f76 |
UTF-8 | ç©çv | 11000011101001111100001010001100110000101010100111000011101001111100001010010100110000101000001101110110 | c3a7c28cc2a9c3a7c294c28376 |
UHC | ??????v | 00111111001111110011111100111111001111110011111101110110 | 3f3f3f3f3f3f76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)