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 | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 媛?諍?E | 10010101010100010011111111100110011110010011111101000101 | 95513fe6793f45 |
EUC-JP | 媛?諍?E | 11001001101100100011111111101011110110100011111101000101 | c9b23febda3f45 |
UTF-8 | 媛렦諍렭E | 11100101101010101001101111101011101000001010011011101000101010111000110111101011101000001010110101000101 | e5aa9beba0a6e8ab8deba0ad45 |
UHC | 媛렦諍렭E | 111010101011000010001110101101011110111010110101100011101011101001000101 | eab08eb5eeb58eba45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)