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 | 暎슳}暎슳{^ | 111001101001101010001110111011001000101010110011011111011110011010011010100011101110110010001010101100110111101101011110 | e69a8eec8ab37de69a8eec8ab37b5e |
UHC | 暎슳}暎슳{^ | 1110011110110010100110101011101001111101111001111011001010011010101110100111101101011110 | e7b29aba7de7b29aba7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)