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 | åâ³ë½ | 111001011000111110010111111000101001011010110011111010111000101110111101 | e58f97e296b3eb8bbd |
SJIS-WIN | ????????? | 001111110011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f3f |
EUC-JP | å??â??ë?? | 100011111010101110101001001111110011111110001111101010111010010000111111001111111000111110101011101100110011111100111111 | 8faba93f3f8faba43f3f8fabb33f3f |
UTF-8 | åâ³ë½ | 110000111010010111000010100011111100001010010111110000111010001011000010100101101100001010110011110000111010101111000010100010111100001010111101 | c3a5c28fc297c3a2c296c2b3c3abc28bc2bd |
UHC | ?????³??½ | 0011111100111111001111110011111100111111101010011111100000111111001111111010100011110110 | 3f3f3f3f3fa9f83f3fa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)