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 | 100010001101101100111111100001000101001001000101 | 88db3f845245 |
EUC-JP | 維?СE | 101100001101110100111111101001111011001101000101 | b0dd3fa7b345 |
UTF-8 | 維쒕СE | 111001111011011010101101111011001001001010010101110100001010000101000101 | e7b6adec9295d0a145 |
UHC | 維쒕СE | 11101011101010111001110011101011101011001011001101000101 | ebab9cebacb345 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)