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 | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 裝耕?E | 111001011110010010001101011010110011111101000101 | e5e48d6b3f45 |
EUC-JP | 裝耕?E | 111010101110011010111001110011000011111101000101 | eae6b9cc3f45 |
UTF-8 | 裝耕뱄E | 11101000101000111001110111101000100000001001010111101011101100011000010001000101 | e8a39de88095ebb18445 |
UHC | 裝耕뱄E | 11101101111110111100110011101001101110011110111101000101 | edfbcce9b9ef45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)