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 | 隰ィ驥朱ォ録 | 11101000101011001010100011101001100001111000111011101001101010111001100001011110 | e8aca8e9878ee9ab985e |
| EUC-JP | 隰ィ驥朱ォ録 | 111100001010111010001110101010001111000111100111101111001110101110001110101010111100111110111111 | f0ae8ea8f1e7bceb8eabcfbf |
| UTF-8 | 隰ィ驥朱ォ録 | 111010011001101010110000111011111011110110101000111010011010100110100101111001101001110010110001111011111011110110101011111010011000110010110010 | e99ab0efbda8e9a9a5e69cb1efbdabe98cb2 |
| UHC | ??驥朱?? | 0011111100111111110100011100101011110001101110010011111100111111 | 3f3fd1caf1b93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)