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^ | 00111111001111110110010101011110 | 3f3f655e |
SJIS-WIN | 雎コe^ | 1110100010110001101110100110010101011110 | e8b1ba655e |
EUC-JP | 雎コe^ | 111100001011001110001110101110100110010101011110 | f0b38eba655e |
UTF-8 | 雎コe^ | 1110100110011011100011101110111110111101101110100110010101011110 | e99b8eefbdba655e |
UHC | 雎?e^ | 1110111011010001001111110110010101011110 | eed13f655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)