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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 增雅懇 | 111110101001110110001001111010111000110110100111 | fa9d89eb8da7 |
EUC-JP | ?雅懇 | 0011111110110010111011011011101010101001 | 3fb2edbaa9 |
UTF-8 | 增雅懇 | 111001011010001010011110111010011001101110000101111001101000011110000111 | e5a29ee99b85e68787 |
UHC | 增雅懇 | 111100011111001011100100101110101100101011010000 | f1f2e4bacad0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)