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 | 蓼捐娥 | 111001001111100010011101011011111001101101001101 | e4f89d6f9b4d |
EUC-JP | 蓼捐娥 | 111010001111101011011001110100001101010110101110 | e8fad9d0d5ae |
UTF-8 | 蓼捐娥 | 111010001001001110111100111001101000110110010000111001011010100010100101 | e893bce68d90e5a8a5 |
UHC | 蓼捐娥 | 110101101111111011100110110010001110010010110000 | d6fee6c8e4b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)