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 | 章縫? | 1000111111001101100101100100010000111111 | 8fcd96443f |
EUC-JP | 章縫邈 | 10111110110011111100101110100101100011111110000111101000 | becfcba58fe1e8 |
UTF-8 | 章縫邈 | 111001111010101110100000111001111011100010101011111010011000001010001000 | e7aba0e7b8abe98288 |
UHC | 章縫邈 | 111011011111000111011100111011101101100010110001 | edf1dceed8b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)