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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | ?股n}?股n{^ | 0011111110001100110100100110111001111101001111111000110011010010011011100111101101011110 | 3f8cd26e7d3f8cd26e7b5e |
EUC-JP | ?股n}?股n{^ | 0011111110111000110101000110111001111101001111111011100011010100011011100111101101011110 | 3fb8d46e7d3fb8d46e7b5e |
UTF-8 | 렺股n}렺股n{^ | 1110101110100000101110101110100010000010101000010110111001111101111010111010000010111010111010001000001010100001011011100111101101011110 | eba0bae882a16e7deba0bae882a16e7b5e |
UHC | 렺股n}렺股n{^ | 10001110110000101100110111000110011011100111110110001110110000101100110111000110011011100111101101011110 | 8ec2cdc66e7d8ec2cdc66e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)