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 | 槽晏}槽晏{^ | 1001000110000101100111011110010101111101100100011000010110011101111001010111101101011110 | 91859de57d91859de57b5e |
EUC-JP | 槽晏}槽晏{^ | 1100000111100101110110101110011101111101110000011110010111011010111001110111101101011110 | c1e5dae77dc1e5dae77b5e |
UTF-8 | 槽晏}槽晏{^ | 111001101010011110111101111001101001100110001111011111011110011010100111101111011110011010011001100011110111101101011110 | e6a7bde6998f7de6a7bde6998f7b5e |
UHC | 槽晏}槽晏{^ | 1111000011001011111001001100111101111101111100001100101111100100110011110111101101011110 | f0cbe4cf7df0cbe4cf7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)