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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 繹賞?晳B | 1110001110001000100011111101110000111111111110101101100101000010 | e3888fdc3ffad942 |
EUC-JP | 繹賞?晳B | 111001011110100010111110110111100011111110001111110000101100010001000010 | e5e8bede3f8fc2c442 |
UTF-8 | 繹賞黎晳B | 11100111101110011011100111101000101100111001111011101111101001101000100111100110100110011011001101000010 | e7b9b9e8b39eefa689e699b342 |
UHC | 繹賞黎晳B | 111001101011101011011111110110111110011010110001111000001010111101000010 | e6badfdbe6b1e0af42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)