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 | 輯?藻 | 1000111101010011001111111001000110010100 | 8f533f9194 |
EUC-JP | 輯?藻 | 1011110110110100001111111100000111110100 | bdb43fc1f4 |
UTF-8 | 輯렧藻 | 111010001011110010101111111010111010000010100111111010001001011110111011 | e8bcafeba0a7e897bb |
UHC | 輯렧藻 | 111100101111111010001110101101101111000011011101 | f2fe8eb6f0dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)