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 | 11101001010000011110001101000100100101011011110001000101 | e941e34495bc45 |
EUC-JP | 顴絅幣E | 11110001101000101110010110100101110010101011111001000101 | f1a2e5a5cabe45 |
UTF-8 | 顴絅幣E | 11101001101000011011010011100111101101011000010111100101101110011010001101000101 | e9a1b4e7b585e5b9a345 |
UHC | ?絅幣E | 001111111100110011100111111110001100011101000101 | 3fcce7f8c745 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)