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] | 0011111100111111001111110101000101011101 | 3f3f3f515d |
SJIS-WIN | 餓??Q] | 100010011110110000111111001111110101000101011101 | 89ec3f3f515d |
EUC-JP | 餓??Q] | 101100101110111000111111001111110101000101011101 | b2ee3f3f515d |
UTF-8 | 餓뽩뜵Q] | 1110100110100100100100111110101110111101101010011110101110011100101101010101000101011101 | e9a493ebbda9eb9cb5515d |
UHC | 餓뽩뜵Q] | 1110010010111011100101101110010110001101101100110101000101011101 | e4bb96e58db3515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)