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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 逾ュ | 111001111010010110101101 | e7a5ad |
EUC-JP | 逾ュ | 11101110101001111000111010101101 | eea78ead |
UTF-8 | 逾ュ | 111010011000000010111110111011111011110110101101 | e980beefbdad |
UHC | 逾? | 111010111011010100111111 | ebb53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)