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 | 蛾殃}蛾殃{^ | 1000100111101001100111110110100101111101100010011110100110011111011010010111101101011110 | 89e99f697d89e99f697b5e |
EUC-JP | 蛾殃}蛾殃{^ | 1011001011101011110111011100101001111101101100101110101111011101110010100111101101011110 | b2ebddca7db2ebddca7b5e |
UTF-8 | 蛾殃}蛾殃{^ | 111010001001101110111110111001101010111010000011011111011110100010011011101111101110011010101110100000110111101101011110 | e89bbee6ae837de89bbee6ae837b5e |
UHC | 蛾殃}蛾殃{^ | 1110010010110110111001001110101001111101111001001011011011100100111010100111101101011110 | e4b6e4ea7de4b6e4ea7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)