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 | 棹憙棹枌^ | 100111101010100010011100110110001001111010101000100111100110001001011110 | 9ea89cd89ea89e625e |
EUC-JP | 棹憙棹枌^ | 110111001010101011011000110110101101110010101010110110111100001101011110 | dcaad8dadcaadbc35e |
UTF-8 | 棹憙棹枌^ | 11100110101000111011100111100110100001101001100111100110101000111011100111100110100111101000110001011110 | e6a3b9e68699e6a3b9e69e8c5e |
UHC | 棹憙棹?^ | 1101010010100001111111011111001011010100101000010011111101011110 | d4a1fdf2d4a13f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)