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 | æ¹¿å± | 111001101011100110111111111001011000111110110001 | e6b9bfe58fb1 |
SJIS-WIN | ?????± | 00111111001111110011111100111111001111111000000101111101 | 3f3f3f3f3f817d |
EUC-JP | æ?¿å?± | 10001111101010011100000100111111100011111010001011000100100011111010101110101001001111111010000111011110 | 8fa9c13f8fa2c48faba93fa1de |
UTF-8 | æ¹¿å± | 110000111010011011000010101110011100001010111111110000111010010111000010100011111100001010110001 | c3a6c2b9c2bfc3a5c28fc2b1 |
UHC | 湿??± | 10101001101000011010100111110110101000101010111100111111001111111010000110111110 | a9a1a9f6a2af3f3fa1be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)