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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 錺結Ι襤 | 1110100001000100100011001000101110000011101001111110011001000001 | e8448c8b83a7e641 |
EUC-JP | 錺結Ι襤 | 1110111110100101101101111110101110100110101010011110101110100010 | efa5b7eba6a9eba2 |
UTF-8 | 錺結Ι襤 | 1110100110001100101110101110011110110101100100001100111010011001111010001010010110100100 | e98cbae7b590ce99e8a5a4 |
UHC | ?結Ι襤 | 00111111110011001011111110100101110010011101010111000001 | 3fccbfa5c9d5c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)