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 | ?????. | 00111111001111110011111100111111001111111000000101000100 | 3f3f3f3f3f8144 |
EUC-JP | ?????. | 00111111001111110011111100111111001111111010000110100101 | 3f3f3f3f3fa1a5 |
UTF-8 | 聯뤿씭栒딃. | 111011111010011010010111111010111010010010111111111011001001010010101101111001101010000010010010111010111001010010000011111011111011110010001110 | efa697eba4bfec94ade6a092eb9483efbc8e |
UHC | 聯뤿씭栒딃. | 111001101110000110001111111010111001110110111110111000101110001110001010111010011010001110101110 | e6e18feb9dbee2e38ae9a3ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)