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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??ダ◇ | 001111110011111110000011010111111000000110011110 | 3f3f835f819e |
EUC-JP | ??ダ◇ | 001111110011111110100101110000001010000111111110 | 3f3fa5c0a1fe |
UTF-8 | 룶퀛ダ◇ | 111010111010001110110110111011011000000010011011111000111000001110000000111000101001011110000111 | eba3b6ed809be38380e29787 |
UHC | 룶퀛ダ◇ | 1000111110101011101100111000111110101011110000001010000111011110 | 8fabb38fabc0a1de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)