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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 畯頃??竣 | 1111101101101111100011011010000000111111001111111000111101110110 | fb6f8da03f3f8f76 |
EUC-JP | 畯頃??竣 | 100011111100110110111011101110101010001000111111001111111011110111010111 | 8fcdbbbaa23f3fbdd7 |
UTF-8 | 畯頃렰렕竣 | 111001111001010110101111111010011010000010000011111010111010000010110000111010111010000010010101111001111010101110100011 | e795afe9a083eba0b0eba095e7aba3 |
UHC | 畯頃렰렕竣 | 11110001111000011100110011110001100011101011110110001110101010101111000111100010 | f1e1ccf18ebd8eaaf1e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)