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 | 羚癢}羚癢{^ | 1110001110110111111000011001100001111101111000111011011111100001100110000111101101011110 | e3b7e1987de3b7e1987b5e |
EUC-JP | 羚癢}羚癢{^ | 1110011010111001111000011111100001111101111001101011100111100001111110000111101101011110 | e6b9e1f87de6b9e1f87b5e |
UTF-8 | 羚癢}羚癢{^ | 111001111011111010011010111001111001100110100010011111011110011110111110100110101110011110011001101000100111101101011110 | e7be9ae799a27de7be9ae799a27b5e |
UHC | 羚?}羚?{^ | 110101101011111000111111011111011101011010111110001111110111101101011110 | d6be3f7dd6be3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)