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 | 辷千弔 | 111001111000100010010000111001111001001010100010 | e78890e792a2 |
EUC-JP | 辷千弔 | 111011011110100011000000111010011100010010100100 | ede8c0e9c4a4 |
UTF-8 | 辷千弔 | 111010001011111010110111111001011000110110000011111001011011110010010100 | e8beb7e58d83e5bc94 |
UHC | ?千弔 | 0011111111110100101101101111000011000000 | 3ff4b6f0c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)