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 | ??Q] | 00111111001111110101000101011101 | 3f3f515d |
SJIS-WIN | 竟咤Q] | 111010001110110110011010010000100101000101011101 | e8ed9a42515d |
EUC-JP | 竟咤Q] | 111100001110111111010011101000110101000101011101 | f0efd3a3515d |
UTF-8 | 竟咤Q] | 1110011110101011100111111110010110010010101001000101000101011101 | e7ab9fe592a4515d |
UHC | 竟咤Q] | 110011001110010111110110111000110101000101011101 | cce5f6e3515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)