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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 漿?漿?^ | 10011111111101110011111110011111111101110011111101011110 | 9ff73f9ff73f5e |
EUC-JP | 漿?漿?^ | 11011110111110010011111111011110111110010011111101011110 | def93fdef93f5e |
UTF-8 | 漿낄漿낄^ | 11100110101111001011111111101011100000101000010011100110101111001011111111101011100000101000010001011110 | e6bcbfeb8284e6bcbfeb82845e |
UHC | 漿낄漿낄^ | 111011011110110010110011101001011110110111101100101100111010010101011110 | edecb3a5edecb3a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)