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 | ??G??q | 001111110011111101000111001111110011111101110001 | 3f3f473f3f71 |
SJIS-WIN | 偲蒔G偲治q | 10001110110000111000111010101010010001111000111011000011100011101010000101110001 | 8ec38eaa478ec38ea171 |
EUC-JP | 偲蒔G偲治q | 10111100110001011011110010101100010001111011110011000101101111001010001101110001 | bcc5bcac47bcc5bca371 |
UTF-8 | 偲蒔G偲治q | 1110010110000001101100101110100010010010100101000100011111100101100000011011001011100110101100101011101101110001 | e581b2e8929447e581b2e6b2bb71 |
UHC | ?蒔G?治q | 0011111111100011110010000100011100111111111101101011110101110001 | 3fe3c8473ff6bd71 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)