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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ?堰}?堰{^ | 001111111000100110000001011111010011111110001001100000010111101101011110 | 3f89817d3f89817b5e |
EUC-JP | 馹堰}馹堰{^ | 10001111111010011010000110110001111000010111110110001111111010011010000110110001111000010111101101011110 | 8fe9a1b1e17d8fe9a1b1e17b5e |
UTF-8 | 馹堰}馹堰{^ | 111010011010011010111001111001011010000010110000011111011110100110100110101110011110010110100000101100000111101101011110 | e9a6b9e5a0b07de9a6b9e5a0b07b5e |
UHC | 馹堰}馹堰{^ | 1110110011110001111001011110100001111101111011001111000111100101111010000111101101011110 | ecf1e5e87decf1e5e87b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)