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 | ??[}??[{^ | 001111110011111101011011011111010011111100111111010110110111101101011110 | 3f3f5b7d3f3f5b7b5e |
SJIS-WIN | ?蒙[}?蒙[{^ | 0011111110010110110101100101101101111101001111111001011011010110010110110111101101011110 | 3f96d65b7d3f96d65b7b5e |
EUC-JP | ?蒙[}?蒙[{^ | 0011111111001100110110000101101101111101001111111100110011011000010110110111101101011110 | 3fccd85b7d3fccd85b7b5e |
UTF-8 | 렺蒙[}렺蒙[{^ | 1110101110100000101110101110100010010010100110010101101101111101111010111010000010111010111010001001001010011001010110110111101101011110 | eba0bae892995b7deba0bae892995b7b5e |
UHC | 렺蒙[}렺蒙[{^ | 10001110110000101101100111010101010110110111110110001110110000101101100111010101010110110111101101011110 | 8ec2d9d55b7d8ec2d9d55b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)