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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?害磊 | 0011111110001010010100011110000111111011 | 3f8a51e1fb |
EUC-JP | ?害磊 | 0011111110110011101100101110001011111101 | 3fb3b2e2fd |
UTF-8 | 뤌害磊 | 111010111010010010001100111001011010111010110011111001111010001110001010 | eba48ce5aeb3e7a38a |
UHC | 뤌害磊 | 100011111011110011111010101010101101011011110000 | 8fbcfaaad6f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)