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 | ë޴靈 | 111010111101111010110100111011111010011010110011 | ebdeb4efa6b3 |
SJIS-WIN | ??´??? | 00111111001111111000000101001100001111110011111100111111 | 3f3f814c3f3f3f |
EUC-JP | ëÞ´ï¦? | 100011111010101110110011100011111010100110110000101000011010110110001111101010111100000110001111101000101100001100111111 | 8fabb38fa9b0a1ad8fabc18fa2c33f |
UTF-8 | ë޴靈 | 110000111010101111000011100111101100001010110100110000111010111111000010101001101100001010110011 | c3abc39ec2b4c3afc2a6c2b3 |
UHC | ?Þ´??³ | 001111111010100010101101101000101010010100111111001111111010100111111000 | 3fa8ada2a53f3fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)