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 | 疾者宍跖 | 1000111010111110100011101101001010001110101100111110011011101000 | 8ebe8ed28eb3e6e8 |
EUC-JP | 疾者宍跖 | 1011110011000000101111001101010010111100101101011110110011101010 | bcc0bcd4bcb5ecea |
UTF-8 | 疾者宍跖 | 111001111001011010111110111010001000000010000101111001011010111010001101111010001011011110010110 | e796bee88085e5ae8de8b796 |
UHC | 疾者?? | 111100101111000011101101101110100011111100111111 | f2f0edba3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)