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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 羇щ灰謦 | 1110001110110010100001001000101110001010010001001110011010010010 | e3b2848b8a44e692 |
EUC-JP | 羇щ灰謦 | 1110011010110100101001111110101110110011101001011110101111110010 | e6b4a7ebb3a5ebf2 |
UTF-8 | 羇щ灰謦 | 1110011110111110100001111101000110001001111001111000000110110000111010001010110010100110 | e7be87d189e781b0e8aca6 |
UHC | ?щ灰? | 001111111010110011101011111111001110100100111111 | 3facebfce93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)