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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 閱뤣띿돺裂 | 111010011001011010110001111010111010010010100011111010111001110110111111111010111000111110111010111011111010011010100000 | e996b1eba4a3eb9dbfeb8fbaefa6a0 |
UHC | 閱뤣띿돺裂 | 11100110111100111000111111010001100011011110110010001001101111011110011011110001 | e6f38fd18dec89bde6f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)