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 | 靫靨}靫靨{^ | 1110100011010100111010001101001001111101111010001101010011101000110100100111101101011110 | e8d4e8d27de8d4e8d27b5e |
EUC-JP | 靫靨}靫靨{^ | 1111000011010110111100001101010001111101111100001101011011110000110101000111101101011110 | f0d6f0d47df0d6f0d47b5e |
UTF-8 | 靫靨}靫靨{^ | 111010011001110110101011111010011001110110101000011111011110100110011101101010111110100110011101101010000111101101011110 | e99dabe99da87de99dabe99da87b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)