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 | 鬪ー驤エ貍隠 | 11101001101010101011000011101001100010001011010011100110101111001000100101000010 | e9aab0e988b4e6bc8942 |
| EUC-JP | 鬪ー驤エ貍隠 | 111100101010110010001110101100001111000111101000100011101011010011101100101111101011000110100011 | f2ac8eb0f1e88eb4ecbeb1a3 |
| UTF-8 | 鬪ー驤エ貍隠 | 111010011010110010101010111011111011110110110000111010011010100110100100111011111011110110110100111010001011001010001101111010011001101010100000 | e9acaaefbdb0e9a9a4efbdb4e8b28de99aa0 |
| UHC | 鬪????? | 11110111111000110011111100111111001111110011111100111111 | f7e33f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)