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 | 莨件臭菴 | 1110010010111100100011001000111110001111010011001110010010111101 | e4bc8c8f8f4ce4bd |
EUC-JP | 莨件臭菴 | 1110100010111110101101111110111110111101101011011110100010111111 | e8beb7efbdade8bf |
UTF-8 | 莨件臭菴 | 111010001000111010101000111001001011101110110110111010001000011110101101111010001000111110110100 | e88ea8e4bbb6e887ade88fb4 |
UHC | ?件臭菴 | 00111111110010111110110011110110101010111110010011100000 | 3fcbecf6abe4e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)