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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 豐夥万礦 | 1110011010110010100110101110110010010110100111001110000111100110 | e6b29aec969ce1e6 |
EUC-JP | 豐夥万礦 | 1110110010110100110101001110111011001011111111001110001011101000 | ecb4d4eecbfce2e8 |
UTF-8 | 豐夥万礦 | 111010001011000110010000111001011010010010100101111001001011100010000111111001111010010010100110 | e8b190e5a4a5e4b887e7a4a6 |
UHC | ??万? | 0011111100111111110110001011001000111111 | 3f3fd8b23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)