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 | ??A? | 00111111001111110100000100111111 | 3f3f413f |
SJIS-WIN | 宵屬A宵 | 10001111101010101001101110100010010000011000111110101010 | 8faa9ba2418faa |
EUC-JP | 宵屬A宵 | 10111110101011001101011010100100010000011011111010101100 | beacd6a441beac |
UTF-8 | 宵屬A宵 | 11100101101011101011010111100101101100011010110001000001111001011010111010110101 | e5aeb5e5b1ac41e5aeb5 |
UHC | 宵屬A宵 | 11100001101100101110000111010101010000011110000110110010 | e1b2e1d541e1b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)