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 | ?®?? | 00111111101011100011111100111111 | 3fae3f3f |
SJIS-WIN | 熱??易 | 100101000100110100111111001111111000100011010101 | 944d3f3f88d5 |
EUC-JP | 熱®?易 | 1100011110101110100011111010001011101110001111111011000011010111 | c7ae8fa2ee3fb0d7 |
UTF-8 | 熱®댌易 | 1110011110000110101100011100001010101110111010111000110010001100111001101001100010010011 | e786b1c2aeeb8c8ce69893 |
UHC | 熱®댌易 | 1110011011110000101000101110011110001000101101011110011010110110 | e6f0a2e788b5e6b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)