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 | 璋盧璋盧^ | 111000001111011011100001101110001110000011110110111000011011100001011110 | e0f6e1b8e0f6e1b85e |
EUC-JP | 璋盧璋盧^ | 111000001111100011100010101110101110000011111000111000101011101001011110 | e0f8e2bae0f8e2ba5e |
UTF-8 | 璋盧璋盧^ | 11100111100100101000101111100111100110111010011111100111100100101000101111100111100110111010011101011110 | e7928be79ba7e7928be79ba75e |
UHC | 璋盧璋盧^ | 111011011111000011010110110101001110110111110000110101101101010001011110 | edf0d6d4edf0d6d45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)