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 | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 種陌儉E | 10001110111011011110100010011001100110010100110001000101 | 8eede899994c45 |
EUC-JP | 種陌儉E | 10111100111011111110111111111001110100011010110101000101 | bcefeff9d1ad45 |
UTF-8 | 種陌儉E | 11100111101010001010111011101001100110011000110011100101100001001000100101000101 | e7a8aee9998ce5848945 |
UHC | 種陌儉E | 11110000111110101101100011101000110010111111101101000101 | f0fad8e8cbfb45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)