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^ | 11111011110010001000111010110110111110101010100110001110101111100110010101011110 | fbc88eb6faa98ebe655e |
EUC-JP | 鉙叱寘疾e^ | 100011111110001111100011101111001011100010001111101110101110000110111100110000000110010101011110 | 8fe3e3bcb88fbae1bcc0655e |
UTF-8 | 鉙叱寘疾e^ | 1110100110001001100110011110010110001111101100011110010110101111100110001110011110010110101111100110010101011110 | e98999e58fb1e5af98e796be655e |
UHC | ?叱?疾e^ | 0011111111110010111010100011111111110010111100000110010101011110 | 3ff2ea3ff2f0655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)