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 | 燬輦燬輦^ | 111000001001101111100111011100101110000010011011111001110111001001011110 | e09be772e09be7725e |
EUC-JP | 燬輦燬輦^ | 110111111111101111101101110100111101111111111011111011011101001101011110 | dffbedd3dffbedd35e |
UTF-8 | 燬輦燬輦^ | 11100111100001111010110011101000101111001010011011100111100001111010110011101000101111001010011001011110 | e787ace8bca6e787ace8bca65e |
UHC | ?輦?輦^ | 00111111110101101010011000111111110101101010011001011110 | 3fd6a63fd6a65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)