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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 琅琅^ | 1110000011100100111000001110010001011110 | e0e4e0e45e |
EUC-JP | 琅琅^ | 1110000011100110111000001110011001011110 | e0e6e0e65e |
UTF-8 | 琅琅^ | 11100111100100001000010111100111100100001000010101011110 | e79085e790855e |
UHC | 琅琅^ | 1101010111001010110101011100101001011110 | d5cad5ca5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)