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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 竟卓エ∬ | 11101000111011011001000111101100101101001000000111101000 | e8ed91ecb481e8 |
EUC-JP | 竟卓エ∬ | 1111000011101111110000101110111010001110101101001010001011101010 | f0efc2ee8eb4a2ea |
UTF-8 | 竟卓エ∬ | 111001111010101110011111111001011000110110010011111011111011110110110100111000101000100010101100 | e7ab9fe58d93efbdb4e288ac |
UHC | 竟卓?∬ | 11001100111001011111011011110001001111111010000111110011 | cce5f6f13fa1f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)