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^ | 1000110011110100001111110110010101011110 | 8cf43f655e |
EUC-JP | 倖?e^ | 1011100011110110001111110110010101011110 | b8f63f655e |
UTF-8 | 倖렒e^ | 1110010110000000100101101110101110100000100100100110010101011110 | e58096eba092655e |
UHC | 倖렒e^ | 111110101011100010001110101001110110010101011110 | fab88ea7655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)