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 | 11111011010100011000101011101110100110011011001101101000 | fb518aee99b368 |
EUC-JP | 炅基匍h | 1000111111001001110010101011010011110000110100101011010101101000 | 8fc9cab4f0d2b568 |
UTF-8 | 炅基匍h | 11100111100000101000010111100101100111111011101011100101100011001000110101101000 | e78285e59fbae58c8d68 |
UHC | 炅基匍h | 11001100110111011101000011110001111110001101000101101000 | ccddd0f1f8d168 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)