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 | ???y^ | 0011111100111111001111110111100101011110 | 3f3f3f795e |
SJIS-WIN | y^ | 1111011110101001111100001110111111110110101100000111100101011110 | f7a9f0eff6b0795e |
EUC-JP | ???y^ | 0011111100111111001111110111100101011110 | 3f3f3f795e |
UTF-8 | y^ | 1110111010010110100011001110111010000010101011101110111010010011100101110111100101011110 | ee968cee82aeee9397795e |
UHC | ???y^ | 0011111100111111001111110111100101011110 | 3f3f3f795e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)