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 | ?{?{B | 0011111101111011001111110111101101000010 | 3f7b3f7b42 |
SJIS-WIN | 涌{涌{B | 10010111010011110111101110010111010011110111101101000010 | 974f7b974f7b42 |
EUC-JP | 涌{涌{B | 11001101101100000111101111001101101100000111101101000010 | cdb07bcdb07b42 |
UTF-8 | 涌{涌{B | 111001101011011010001100011110111110011010110110100011000111101101000010 | e6b68c7be6b68c7b42 |
UHC | 涌{涌{B | 11101001101111110111101111101001101111110111101101000010 | e9bf7be9bf7b42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)