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 | ?^?^ | 00111111010111100011111101011110 | 3f5e3f5e |
SJIS-WIN | ?^?^ | 00111111010111100011111101011110 | 3f5e3f5e |
EUC-JP | ?^?^ | 00111111010111100011111101011110 | 3f5e3f5e |
UTF-8 | 굉^굉^ | 1110101010110101100010010101111011101010101101011000100101011110 | eab5895eeab5895e |
UHC | 굉^굉^ | 101100011011001001011110101100011011001001011110 | b1b25eb1b25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)