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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 畢瀧家 | 100101010100110010010001111010111000100111000110 | 954c91eb89c6 |
| EUC-JP | 畢瀧家 | 110010011010110111000010111011011011001011001000 | c9adc2edb2c8 |
| UTF-8 | 畢瀧家 | 111001111001010110100010111001111000000010100111111001011010111010110110 | e795a2e780a7e5aeb6 |
| UHC | 畢瀧家 | 111110011011010011010110111010011100101010101011 | f9b4d6e9caab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)