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 | ???]H | 0011111100111111001111110101110101001000 | 3f3f3f5d48 |
SJIS-WIN | 餓??]H | 100010011110110000111111001111110101110101001000 | 89ec3f3f5d48 |
EUC-JP | 餓??]H | 101100101110111000111111001111110101110101001000 | b2ee3f3f5d48 |
UTF-8 | 餓뽩뜵]H | 1110100110100100100100111110101110111101101010011110101110011100101101010101110101001000 | e9a493ebbda9eb9cb55d48 |
UHC | 餓뽩뜵]H | 1110010010111011100101101110010110001101101100110101110101001000 | e4bb96e58db35d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)