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 | 聯뤿씮杻볣뇡 | 111011111010011010010111111010111010010010111111111011001001010010101110111011111010011110001000111010111011001110100011111010111000011110100001 | efa697eba4bfec94aeefa788ebb3a3eb87a1 |
UHC | 聯뤿씮杻볣뇡 | 111001101110000110001111111010111001110110111111111010101111010010010011111010011000011110001001 | e6e18feb9dbfeaf493e98789 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)