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 | 蛇酌菴 | 100011101101011010001110110111101110010010111101 | 8ed68edee4bd |
EUC-JP | 蛇酌菴 | 101111001101100010111100111000001110100010111111 | bcd8bce0e8bf |
UTF-8 | 蛇酌菴 | 111010001001101110000111111010011000010110001100111010001000111110110100 | e89b87e9858ce88fb4 |
UHC | 蛇酌菴 | 110111101110111111101101110011001110010011100000 | deefedcce4e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)