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 | 梳晏}梳晏{^ | 1001111010000000100111011110010101111101100111101000000010011101111001010111101101011110 | 9e809de57d9e809de57b5e |
EUC-JP | 梳晏}梳晏{^ | 1101101111100000110110101110011101111101110110111110000011011010111001110111101101011110 | dbe0dae77ddbe0dae77b5e |
UTF-8 | 梳晏}梳晏{^ | 111001101010001010110011111001101001100110001111011111011110011010100010101100111110011010011001100011110111101101011110 | e6a2b3e6998f7de6a2b3e6998f7b5e |
UHC | 梳晏}梳晏{^ | 1110000110111010111001001100111101111101111000011011101011100100110011110111101101011110 | e1bae4cf7de1bae4cf7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)