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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???萸э㎡ | 001111110011111100111111111001001100111010000100100011111000011101110101 | 3f3f3fe4ce848f8775 |
EUC-JP | ???萸э? | 0011111100111111001111111110100011010000101001111110111100111111 | 3f3f3fe8d0a7ef3f |
UTF-8 | 列룸뱶萸э㎡ | 1110111110100110100111001110101110100011101110001110101110110001101101101110100010010000101110001101000110001101111000111000111010100001 | efa69ceba3b8ebb1b6e890b8d18de38ea1 |
UHC | 列룸뱶萸э㎡ | 111001101110101010110111111010111001001110011100111010111010110110101100111011111010011110110011 | e6eab7eb939cebadacefa7b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)