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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 耳?脂 | 1000111010101000001111111000111010001001 | 8ea83f8e89 |
EUC-JP | 耳?脂 | 1011110010101010001111111011101111101001 | bcaa3fbbe9 |
UTF-8 | 耳렞脂 | 111010001000000010110011111010111010000010011110111010001000010010000010 | e880b3eba09ee88482 |
UHC | 耳렞脂 | 111011001011110010001110101011111111001010110111 | ecbc8eaff2b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)