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 | 諷エ陟 | 1110011010000101101101001110100010100000 | e685b4e8a0 |
EUC-JP | 諷エ陟 | 111010111110010110001110101101001111000010100010 | ebe58eb4f0a2 |
UTF-8 | 諷エ陟 | 111010001010101110110111111011111011110110110100111010011001100110011111 | e8abb7efbdb4e9999f |
UHC | 諷?陟 | 1111100110100100001111111111010010110011 | f9a43ff4b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)