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 | 鬯ッ莨懷徐陷 | 1110100110101100101011111110010010111100100111001110010110001111100110011110100010011100 | e9acafe4bc9ce58f99e89c |
EUC-JP | 鬯ッ莨懷徐陷 | 111100101010111010001110101011111110100010111110110110001110011110111101111110011110111111111100 | f2ae8eafe8bed8e7bdf9effc |
UTF-8 | 鬯ッ莨懷徐陷 | 111010011010110010101111111011111011110110101111111010001000111010101000111001101000011110110111111001011011111010010000111010011001100110110111 | e9acafefbdafe88ea8e687b7e5be90e999b7 |
UHC | ???懷徐陷 | 001111110011111100111111111111001110001111011111111011111111100111101000 | 3f3f3ffce3dfeff9e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)