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 | ë¨³æ´ | 111010111010100010110011111001101011010010010111 | eba8b3e6b497 |
SJIS-WIN | ?¨??´? | 0011111110000001010011100011111100111111100000010100110000111111 | 3f814e3f3f814c3f |
EUC-JP | �� | 100011111010101110110011101000011010111100111111100011111010100111000001101000011010110100111111 | 8fabb3a1af3f8fa9c1a1ad3f |
UTF-8 | ë¨³æ´ | 110000111010101111000010101010001100001010110011110000111010011011000010101101001100001010010111 | c3abc2a8c2b3c3a6c2b4c297 |
UHC | ?¨³æ´? | 00111111101000011010011110101001111110001010100110100001101000101010010100111111 | 3fa1a7a9f8a9a1a2a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)