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 | ???g\ | 0011111100111111001111110110011101011100 | 3f3f3f675c |
SJIS-WIN | 撓??g\ | 100111011001101000111111001111110110011101011100 | 9d9a3f3f675c |
EUC-JP | 撓??g\ | 110110011111101000111111001111110110011101011100 | d9fa3f3f675c |
UTF-8 | 撓뺧슁g\ | 1110011010010010100100111110101110111010101001111110110010001010100000010110011101011100 | e69293ebbaa7ec8a81675c |
UHC | 撓뺧슁g\ | 1110100011110101100101011110111110111101101100110110011101011100 | e8f595efbdb3675c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)