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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 霍ォ閧イ裔 | 1110100010110111101010111110100010000010101100101110010111100001 | e8b7abe882b2e5e1 |
| EUC-JP | 霍ォ閧イ裔 | 11110000101110011000111010101011111011111110001010001110101100101110101011100011 | f0b98eabefe28eb2eae3 |
| UTF-8 | 霍ォ閧イ裔 | 111010011001110010001101111011111011110110101011111010011001011010100111111011111011110110110010111010001010001110010100 | e99c8defbdabe996a7efbdb2e8a394 |
| UHC | ????裔 | 001111110011111100111111001111111110011111100000 | 3f3f3f3fe7e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)