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 | 鄒樒ィョ褫 | 1110011110111110100111101110011110101000101011101110010111110011 | e7be9ee7a8aee5f3 |
EUC-JP | 鄒樒ィョ褫 | 11101110110000001101110011101001100011101010100010001110101011101110101011110101 | eec0dce98ea88eaeeaf5 |
UTF-8 | 鄒樒ィョ褫 | 111010011000010010010010111001101010100010010010111011111011110110101000111011111011110110101110111010001010010010101011 | e98492e6a892efbda8efbdaee8a4ab |
UHC | 鄒???? | 111101011101101100111111001111110011111100111111 | f5db3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)