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 | 靨巛}靨巛{^ | 1110100011010010100110111101110101111101111010001101001010011011110111010111101101011110 | e8d29bdd7de8d29bdd7b5e |
EUC-JP | 靨巛}靨巛{^ | 1111000011010100110101101101111101111101111100001101010011010110110111110111101101011110 | f0d4d6df7df0d4d6df7b5e |
UTF-8 | 靨巛}靨巛{^ | 111010011001110110101000111001011011011110011011011111011110100110011101101010001110010110110111100110110111101101011110 | e99da8e5b79b7de99da8e5b79b7b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)