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 | æ¶é¡«] | 11100110101101101000110011101001101000011010101101011101 | e6b68ce9a1ab5d |
SJIS-WIN | ?¶????] | 0011111110000001111101110011111100111111001111110011111101011101 | 3f81f73f3f3f3f5d |
EUC-JP | ��] | 1000111110101001110000011010001011111001001111111000111110101011101100011000111110100010110000100011111101011101 | 8fa9c1a2f93f8fabb18fa2c23f5d |
UTF-8 | æ¶é¡«] | 11000011101001101100001010110110110000101000110011000011101010011100001010100001110000101010101101011101 | c3a6c2b6c28cc3a9c2a1c2ab5d |
UHC | æ¶??¡?] | 10101001101000011010001011010010001111110011111110100010101011100011111101011101 | a9a1a2d23f3fa2ae3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)