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 | 楡戡??? | 10011110101111101001110101000001001111110011111100111111 | 9ebe9d413f3f3f |
EUC-JP | 楡戡??? | 11011100110000001101100110100010001111110011111100111111 | dcc0d9a23f3f3f |
UTF-8 | 楡戡렱희렰 | 111001101010010110100001111001101000100010100001111010111010000010110001111011011001110110101100111010111010000010110000 | e6a5a1e688a1eba0b1ed9daceba0b0 |
UHC | 楡戡렱희렰 | 11101010111110001100101011110001100011101011111011001000111100011000111010111101 | eaf8caf18ebec8f18ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)