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 | ë¤¨ë¿ | 111010111010010010101000111010111000111110111111 | eba4a8eb8fbf |
SJIS-WIN | ??¨??? | 00111111001111111000000101001110001111110011111100111111 | 3f3f814e3f3f3f |
EUC-JP | 뤨� | 100011111010101110110011100011111010001011110000101000011010111110001111101010111011001100111111100011111010001011000100 | 8fabb38fa2f0a1af8fabb33f8fa2c4 |
UTF-8 | ë¤¨ë¿ | 110000111010101111000010101001001100001010101000110000111010101111000010100011111100001010111111 | c3abc2a4c2a8c3abc28fc2bf |
UHC | ?¤¨??¿ | 001111111010001010110100101000011010011100111111001111111010001010101111 | 3fa2b4a1a73f3fa2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)