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 | ??e | 001111110011111101100101 | 3f3f65 |
SJIS-WIN | 耨e | 1111011110100111111000111101001101100101 | f7a7e3d365 |
EUC-JP | ?耨e | 00111111111001101101010101100101 | 3fe6d565 |
UTF-8 | 耨e | 11101110100101101000101011101000100000001010100001100101 | ee968ae880a865 |
UHC | ??e | 001111110011111101100101 | 3f3f65 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)