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 | 涌眄}涌眄{^ | 1001011101001111111000011011111001111101100101110100111111100001101111100111101101011110 | 974fe1be7d974fe1be7b5e |
EUC-JP | 涌眄}涌眄{^ | 1100110110110000111000101100000001111101110011011011000011100010110000000111101101011110 | cdb0e2c07dcdb0e2c07b5e |
UTF-8 | 涌眄}涌眄{^ | 111001101011011010001100111001111001110010000100011111011110011010110110100011001110011110011100100001000111101101011110 | e6b68ce79c847de6b68ce79c847b5e |
UHC | 涌眄}涌眄{^ | 1110100110111111110110001111100001111101111010011011111111011000111110000111101101011110 | e9bfd8f87de9bfd8f87b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)