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 | 癘翊癘翊^ | 111000011001011011100011110000101110000110010110111000111100001001011110 | e196e3c2e196e3c25e |
EUC-JP | 癘翊癘翊^ | 111000011111011011100110110001001110000111110110111001101100010001011110 | e1f6e6c4e1f6e6c45e |
UTF-8 | 癘翊癘翊^ | 11100111100110011001100011100111101111111000101011100111100110011001100011100111101111111000101001011110 | e79998e7bf8ae79998e7bf8a5e |
UHC | ?翊?翊^ | 00111111111011001100110100111111111011001100110101011110 | 3feccd3feccd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)