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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 聯뤿씭栒뗥뵱 | 111011111010011010010111111010111010010010111111111011001001010010101101111001101010000010010010111010111001011110100101111010111011010110110001 | efa697eba4bfec94ade6a092eb97a5ebb5b1 |
UHC | 聯뤿씭栒뗥뵱 | 111001101110000110001111111010111001110110111110111000101110001110001011111001011001010010101111 | e6e18feb9dbee2e38be594af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)