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 | ク鰆ー裔 | 1111000010110000101110001110100111010100101100001110010111100001 | f0b0b8e9d4b0e5e1 |
| EUC-JP | ?ク鰆ー裔 | 001111111000111010111000111100101101011010001110101100001110101011100011 | 3f8eb8f2d68eb0eae3 |
| UTF-8 | ク鰆ー裔 | 111011101000000110101111111011111011110110111000111010011011000010000110111011111011110110110000111010001010001110010100 | ee81afefbdb8e9b086efbdb0e8a394 |
| UHC | ????裔 | 001111110011111100111111001111111110011111100000 | 3f3f3f3fe7e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)