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 | 舌齷齷 | 100100001110001111101010100110011110101010011001 | 90e3ea99ea99 |
EUC-JP | 舌齷齷 | 110000001110010111110011111110011111001111111001 | c0e5f3f9f3f9 |
UTF-8 | 舌齷齷 | 111010001000100010001100111010011011110110110111111010011011110110110111 | e8888ce9bdb7e9bdb7 |
UHC | 舌齷齷 | 111000001101111111100100110010111110010011001011 | e0dfe4cbe4cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)