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 | 隍ォ驥朱ォ録 | 11101000101001001010101111101001100001111000111011101001101010111001100001011110 | e8a4abe9878ee9ab985e |
| EUC-JP | 隍ォ驥朱ォ録 | 111100001010011010001110101010111111000111100111101111001110101110001110101010111100111110111111 | f0a68eabf1e7bceb8eabcfbf |
| UTF-8 | 隍ォ驥朱ォ録 | 111010011001101010001101111011111011110110101011111010011010100110100101111001101001110010110001111011111011110110101011111010011000110010110010 | e99a8defbdabe9a9a5e69cb1efbdabe98cb2 |
| UHC | 隍?驥朱?? | 111111001101101100111111110100011100101011110001101110010011111100111111 | fcdb3fd1caf1b93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)