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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 竟咤竟咤B | 111010001110110110011010010000101110100011101101100110100100001001000010 | e8ed9a42e8ed9a4242 |
EUC-JP | 竟咤竟咤B | 111100001110111111010011101000111111000011101111110100111010001101000010 | f0efd3a3f0efd3a342 |
UTF-8 | 竟咤竟咤B | 11100111101010111001111111100101100100101010010011100111101010111001111111100101100100101010010001000010 | e7ab9fe592a4e7ab9fe592a442 |
UHC | 竟咤竟咤B | 110011001110010111110110111000111100110011100101111101101110001101000010 | cce5f6e3cce5f6e342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)