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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 唏竟唏咤^ | 100110100100100011101000111011011001101001001000100110100100001001011110 | 9a48e8ed9a489a425e |
EUC-JP | 唏竟唏咤^ | 110100111010100111110000111011111101001110101001110100111010001101011110 | d3a9f0efd3a9d3a35e |
UTF-8 | 唏竟唏咤^ | 11100101100101001000111111100111101010111001111111100101100101001000111111100101100100101010010001011110 | e5948fe7ab9fe5948fe592a45e |
UHC | ?竟?咤^ | 00111111110011001110010100111111111101101110001101011110 | 3fcce53ff6e35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)