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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 殃??] | 1001111101101001001111110011111101011101 | 9f693f3f5d |
EUC-JP | 殃??] | 1101110111001010001111110011111101011101 | ddca3f3f5d |
UTF-8 | 殃롕렡] | 11100110101011101000001111101011101000011001010111101011101000001010000101011101 | e6ae83eba195eba0a15d |
UHC | 殃롕렡] | 11100100111010101000111011011001100011101011001001011101 | e4ea8ed98eb25d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)