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 | 昔膣昔膣^ | 100100001100110011100100010100111001000011001100111001000101001101011110 | 90cce45390cce4535e |
EUC-JP | 昔膣昔膣^ | 110000001100111011100111101101001100000011001110111001111011010001011110 | c0cee7b4c0cee7b45e |
UTF-8 | 昔膣昔膣^ | 11100110100110001001010011101000100001101010001111100110100110001001010011101000100001101010001101011110 | e69894e886a3e69894e886a35e |
UHC | 昔膣昔膣^ | 111000001010111011110010111100111110000010101110111100101111001101011110 | e0aef2f3e0aef2f35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)