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 | 辭厭辭閲^ | 111001111000011010001001011111011110011110000110100010010111101101011110 | e786897de786897b5e |
EUC-JP | 辭厭辭閲^ | 111011011110011010110001110111101110110111100110101100011101110001011110 | ede6b1deede6b1dc5e |
UTF-8 | 辭厭辭閲^ | 11101000101111101010110111100101100011101010110111101000101111101010110111101001100101101011001001011110 | e8beade58eade8beade996b25e |
UHC | 辭厭辭?^ | 1101111011110110111001101111010011011110111101100011111101011110 | def6e6f4def63f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)