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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ?ル?^ | 0011111110000011100010110011111101011110 | 3f838b3f5e |
EUC-JP | ?ルœ^ | 00111111101001011110101110001111101010011100110101011110 | 3fa5eb8fa9cd5e |
UTF-8 | 硫ルœ^ | 111011111010011110001110111000111000001110101011110001011001001101011110 | efa78ee383abc5935e |
UHC | 硫ルœ^ | 11101011101010011010101111101011101010011010101101011110 | eba9abeba9ab5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)