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 | 驕皮ォェ菴 | 1110100110000001100101001110011110101011101010101110010010111101 | e98194e7abaae4bd |
EUC-JP | 驕皮ォェ菴 | 11110001111000011100100011101001100011101010101110001110101010101110100010111111 | f1e1c8e98eab8eaae8bf |
UTF-8 | 驕皮ォェ菴 | 111010011010100110010101111001111001101010101110111011111011110110101011111011111011110110101010111010001000111110110100 | e9a995e79aaeefbdabefbdaae88fb4 |
UHC | 驕皮??菴 | 1100111011110110111110011010101100111111001111111110010011100000 | cef6f9ab3f3fe4e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)