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 | ???萸т? | 0011111100111111001111111110010011001110100001001000010000111111 | 3f3f3fe4ce84843f |
EUC-JP | ???萸т? | 0011111100111111001111111110100011010000101001111110010000111111 | 3f3f3fe8d0a7e43f |
UTF-8 | 列룸쑚萸т퐱 | 1110111110100110100111001110101110100011101110001110110010010001100110101110100010010000101110001101000110000010111011011001000010110001 | efa69ceba3b8ec919ae890b8d182ed90b1 |
UHC | 列룸쑚萸т퐱 | 111001101110101010110111111010111001110010111001111010111010110110101100111001001011110110011010 | e6eab7eb9cb9ebadace4bd9a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)