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 | ????e^ | 001111110011111100111111001111110110010101011110 | 3f3f3f3f655e |
SJIS-WIN | 宵チ宵「e^ | 1000111110101010110000011000111110101010101000100110010101011110 | 8faac18faaa2655e |
EUC-JP | 宵チ宵「e^ | 10111110101011001000111011000001101111101010110010001110101000100110010101011110 | beac8ec1beac8ea2655e |
UTF-8 | 宵チ宵「e^ | 1110010110101110101101011110111110111110100000011110010110101110101101011110111110111101101000100110010101011110 | e5aeb5efbe81e5aeb5efbda2655e |
UHC | 宵?宵?e^ | 1110000110110010001111111110000110110010001111110110010101011110 | e1b23fe1b23f655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)