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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 驪ァ荳ゴ﨟ュ | 11101001100010111010011111100100101110001000001101010011111110111001110110101101 | e98ba7e4b88353fb9dad |
EUC-JP | 驪ァ荳ゴ?ュ | 1111000111101011100011101010011111101000101110101010010110110100001111111000111010101101 | f1eb8ea7e8baa5b43f8ead |
UTF-8 | 驪ァ荳ゴ﨟ュ | 111010011010100110101010111011111011110110100111111010001000110110110011111000111000001010110100111011111010100010011111111011111011110110101101 | e9a9aaefbda7e88db3e382b4efa89fefbdad |
UHC | 驪?荳ゴ?? | 110101011111000100111111110101001110010110101011101101000011111100111111 | d5f13fd4e5abb43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)