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 | 莉冶「望 | 11100100101110111001011011101000101000101001011001011101 | e4bb96e8a2965d |
EUC-JP | 莉冶「望 | 1110100010111101110011001110101010001110101000101100101110111110 | e8bdccea8ea2cbbe |
UTF-8 | 莉冶「望 | 111010001000111010001001111001011000011010110110111011111011110110100010111001101001110010011011 | e88e89e586b6efbda2e69c9b |
UHC | 莉冶?望 | 11010111111010011110010110100111001111111101100011010000 | d7e9e5a73fd8d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)