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 | 贖種輯 | 111001101101110010001110111011011000111101010011 | e6dc8eed8f53 |
EUC-JP | 贖種輯 | 111011001101111010111100111011111011110110110100 | ecdebcefbdb4 |
UTF-8 | 贖種輯 | 111010001011010010010110111001111010100010101110111010001011110010101111 | e8b496e7a8aee8bcaf |
UHC | 贖種輯 | 111000011101101111110000111110101111001011111110 | e1dbf0faf2fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)