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 | ??捲?? | 001111110011111110001100100111100011111100111111 | 3f3f8c9e3f3f |
EUC-JP | ??捲?? | 001111110011111110110111111111100011111100111111 | 3f3fb7fe3f3f |
UTF-8 | 롃뤷捲뇜뤋 | 111010111010000110000011111010111010010010110111111001101000110110110010111010111000011110011100111010111010010010001011 | eba183eba4b7e68db2eb879ceba48b |
UHC | 롃뤷捲뇜뤋 | 10001110110010101000111111100101110011111110110010110011111111011000111110111011 | 8eca8fe5cfecb3fd8fbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)