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 | 洩?}洩?{^ | 100010010110101100111111011111011000100101101011001111110111101101011110 | 896b3f7d896b3f7b5e |
EUC-JP | 洩?}洩?{^ | 101100011100110000111111011111011011000111001100001111110111101101011110 | b1cc3f7db1cc3f7b5e |
UTF-8 | 洩涉}洩涉{^ | 111001101011010010101001111001101011011010001001011111011110011010110100101010011110011010110110100010010111101101011110 | e6b4a9e6b6897de6b4a9e6b6897b5e |
UHC | 洩涉}洩涉{^ | 1110000011011101111000001110111101111101111000001101110111100000111011110111101101011110 | e0dde0ef7de0dde0ef7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)