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 | 氿}氿{^ | 1111101011110101111100111010111101111101111110101111010111110011101011110111101101011110 | faf5f3af7dfaf5f3af7b5e |
EUC-JP | 氿?}氿?{^ | 1000111111000110110101110011111101111101100011111100011011010111001111110111101101011110 | 8fc6d73f7d8fc6d73f7b5e |
UTF-8 | 氿}氿{^ | 111001101011000010111111111011101000101010100010011111011110011010110000101111111110111010001010101000100111101101011110 | e6b0bfee8aa27de6b0bfee8aa27b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)