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 | 暎?}暎?{^ | 100111011111001100111111011111011001110111110011001111110111101101011110 | 9df33f7d9df33f7b5e |
EUC-JP | 暎?}暎?{^ | 110110101111010100111111011111011101101011110101001111110111101101011110 | daf53f7ddaf53f7b5e |
UTF-8 | 暎쉫}暎쉫{^ | 111001101001101010001110111011001000100110101011011111011110011010011010100011101110110010001001101010110111101101011110 | e69a8eec89ab7de69a8eec89ab7b5e |
UHC | 暎쉫}暎쉫{^ | 1110011110110010100110101000010101111101111001111011001010011010100001010111101101011110 | e7b29a857de7b29a857b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)