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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 題籠?汲 | 10010001111010001110001011000100001111111000101110000010 | 91e8e2c43f8b82 |
EUC-JP | 題籠?汲 | 11000010111010101110010011000110001111111011010111100010 | c2eae4c63fb5e2 |
UTF-8 | 題籠렊汲 | 111010011010000110001100111001111011000110100000111010111010000010001010111001101011000110110010 | e9a18ce7b1a0eba08ae6b1b2 |
UHC | 題籠렊汲 | 1111000010111001110101101110101110001110101000011101000011100011 | f0b9d6eb8ea1d0e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)