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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 爵七質 | 100011101101110110001110101101011000111010111111 | 8edd8eb58ebf |
EUC-JP | 爵七質 | 101111001101111110111100101101111011110011000001 | bcdfbcb7bcc1 |
UTF-8 | 爵七質 | 111001111000100010110101111001001011100010000011111010001011001110101010 | e788b5e4b883e8b3aa |
UHC | 爵七質 | 111011011100100111110110110100101111001011110101 | edc9f6d2f2f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)