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 | 蛇酌菴蛇 | 1000111011010110100011101101111011100100101111011000111011010110 | 8ed68edee4bd8ed6 |
EUC-JP | 蛇酌菴蛇 | 1011110011011000101111001110000011101000101111111011110011011000 | bcd8bce0e8bfbcd8 |
UTF-8 | 蛇酌菴蛇 | 111010001001101110000111111010011000010110001100111010001000111110110100111010001001101110000111 | e89b87e9858ce88fb4e89b87 |
UHC | 蛇酌菴蛇 | 1101111011101111111011011100110011100100111000001101111011101111 | deefedcce4e0deef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)