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 | 。爐フ将ミ宵 | 101000011110000010100010110011001000111110101011110100001000111110101010 | a1e0a2cc8fabd08faa |
| EUC-JP | 。爐フ将ミ宵 | 100011101010000111100000101001001000111011001100101111101010110110001110110100001011111010101100 | 8ea1e0a48eccbead8ed0beac |
| UTF-8 | 。爐フ将ミ宵 | 111011111011110110100001111001111000100010010000111011111011111010001100111001011011000010000110111011111011111010010000111001011010111010110101 | efbda1e78890efbe8ce5b086efbe90e5aeb5 |
| UHC | ?爐???宵 | 0011111111010110110100110011111100111111001111111110000110110010 | 3fd6d33f3f3fe1b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)