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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | 莨簫\}莨簫\{^ | 11100100101111001110001011010010010111000111110111100100101111001110001011010010010111000111101101011110 | e4bce2d25c7de4bce2d25c7b5e |
EUC-JP | 莨簫\}莨簫\{^ | 11101000101111101110010011010100010111000111110111101000101111101110010011010100010111000111101101011110 | e8bee4d45c7de8bee4d45c7b5e |
UTF-8 | 莨簫\}莨簫\{^ | 1110100010001110101010001110011110110000101010110101110001111101111010001000111010101000111001111011000010101011010111000111101101011110 | e88ea8e7b0ab5c7de88ea8e7b0ab5c7b5e |
UHC | ?簫\}?簫\{^ | 0011111111100001110001110101110001111101001111111110000111000111010111000111101101011110 | 3fe1c75c7d3fe1c75c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)