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 | 覃視Ε | 111001100100100010001110100010111000001110100011 | e6488e8b83a3 |
EUC-JP | 覃視Ε | 111010111010100110111011111010111010011010100101 | eba9bbeba6a5 |
UTF-8 | 覃視Ε | 1110100010100110100000111110100010100110100101101100111010010101 | e8a683e8a696ce95 |
UHC | 覃視Ε | 110100111100011111100011110010101010010111000101 | d3c7e3caa5c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)