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 | ???萸ч? | 0011111100111111001111111110010011001110100001001000100100111111 | 3f3f3fe4ce84893f |
EUC-JP | ???萸ч? | 0011111100111111001111111110100011010000101001111110100100111111 | 3f3f3fe8d0a7e93f |
UTF-8 | 列룸뱶萸ч렟 | 1110111110100110100111001110101110100011101110001110101110110001101101101110100010010000101110001101000110000111111010111010000010011111 | efa69ceba3b8ebb1b6e890b8d187eba09f |
UHC | 列룸뱶萸ч렟 | 111001101110101010110111111010111001001110011100111010111010110110101100111010011000111010110000 | e6eab7eb939cebadace98eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)