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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 蠑。魘ォ\ | 11100101101111001010000111101001101101001010101101011100 | e5bca1e9b4ab5c |
EUC-JP | 蠑。魘ォ\ | 111010101011111010001110101000011111001010110110100011101010101101011100 | eabe8ea1f2b68eab5c |
UTF-8 | 蠑。魘ォ\ | 11101000101000001001000111101111101111011010000111101001101011011001100011101111101111011010101101011100 | e8a091efbda1e9ad98efbdab5c |
UHC | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)