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 | 狄糅狄糅^ | 111000001011110111100010111100001110000010111101111000101111000001011110 | e0bde2f0e0bde2f05e |
EUC-JP | 狄糅狄糅^ | 111000001011111111100100111100101110000010111111111001001111001001011110 | e0bfe4f2e0bfe4f25e |
UTF-8 | 狄糅狄糅^ | 11100111100010111000010011100111101100111000010111100111100010111000010011100111101100111000010101011110 | e78b84e7b385e78b84e7b3855e |
UHC | 狄?狄?^ | 11101110110110100011111111101110110110100011111101011110 | eeda3feeda3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)