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 | 踞僭 | 11100110111101011001100101000111 | e6f59947 |
EUC-JP | 踞僭 | 11101100111101111101000110101000 | ecf7d1a8 |
UTF-8 | 踞僭 | 111010001011100010011110111001011000001110101101 | e8b89ee583ad |
UHC | 踞僭 | 11001011111001101111001111010000 | cbe6f3d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)