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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 噎油^ | 1001101001111000100101101111101101011110 | 9a7896fb5e |
EUC-JP | 噎油^ | 1101001111011001110011001111110101011110 | d3d9ccfd5e |
UTF-8 | 噎油^ | 11100101100110011000111011100110101100101011100101011110 | e5998ee6b2b95e |
UHC | ?油^ | 00111111111010101111101001011110 | 3feafa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)