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 | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | 贈??鷹?h | 1001000110100001001111110011111110010001111010010011111101101000 | 91a13f3f91e93f68 |
EUC-JP | 贈??鷹?h | 1100001010100011001111110011111111000010111010110011111101101000 | c2a33f3fc2eb3f68 |
UTF-8 | 贈븅걋鷹렓h | 11101000101101001000100011101011101110001000010111101010101100011000101111101001101101111011100111101011101000001001001101101000 | e8b488ebb885eab18be9b7b9eba09368 |
UHC | 贈븅걋鷹렓h | 1111000111111100101110101110100110110000110000001110101111101101100011101010100001101000 | f1fcbae9b0c0ebed8ea868 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)