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 | Îî¬ë¬·B | 11001110111011101010110011101011101011001011011101000010 | ceeeacebacb742 |
SJIS-WIN | ??¬?¬?B | 001111110011111110000001110010100011111110000001110010100011111101000010 | 3f3f81ca3f81ca3f42 |
EUC-JP | Îî¬ë¬?B | 100011111010101011000010100011111010101111000010101000101100110010001111101010111011001110100010110011000011111101000010 | 8faac28fabc2a2cc8fabb3a2cc3f42 |
UTF-8 | Îî¬ë¬·B | 11000011100011101100001110101110110000101010110011000011101010111100001010101100110000101011011101000010 | c38ec3aec2acc3abc2acc2b742 |
UHC | ?????·B | 0011111100111111001111110011111100111111101000011010010001000010 | 3f3f3f3f3fa1a442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)