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 | 11111011101100101000111111100111100111111010001101000101 | fbb28fe79fa345 |
EUC-JP | 軏冗泪E | 1000111111100000110110011011111011101001110111101010010101000101 | 8fe0d9bee9dea545 |
UTF-8 | 軏冗泪E | 11101000101110111000111111100101100001101001011111100110101100111010101001000101 | e8bb8fe58697e6b3aa45 |
UHC | ?冗?E | 0011111111101001101101110011111101000101 | 3fe9b73f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)