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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 褻畷坤h | 11100101111101101001001111101011100011011010001101101000 | e5f693eb8da368 |
EUC-JP | 褻畷坤h | 11101010111110001100011011101101101110101010010101101000 | eaf8c6edbaa568 |
UTF-8 | 褻畷坤h | 11101000101001001011101111100111100101011011011111100101100111011010010001101000 | e8a4bbe795b7e59da468 |
UHC | 褻?坤h | 111000001110000100111111110011011101111001101000 | e0e13fcdde68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)