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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
| SJIS-WIN | 闊苓ス苓岷^ | 11101000100010001001011111101000101111011001011111101000100110111010111101011110 | e88897e8bd97e89baf5e |
| EUC-JP | 闊苓ス苓岷^ | 1110111111101000110011101110101010001110101111011100111011101010110101101011000101011110 | efe8ceea8ebdceead6b15e |
| UTF-8 | 闊苓ス苓岷^ | 11101001100101111000101011101000100010111001001111101111101111011011110111101000100010111001001111100101101100101011011101011110 | e9978ae88b93efbdbde88b93e5b2b75e |
| UHC | 闊???岷^ | 1111110011000100001111110011111100111111110110101011111001011110 | fcc43f3f3fdabe5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)