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 | 銓俯騒^ | 11100111111100101001100011101011100100011001101101011110 | e7f298eb919b5e |
EUC-JP | 銓俯騒^ | 11101110111101001101000011101101110000011111101101011110 | eef4d0edc1fb5e |
UTF-8 | 銓俯騒^ | 11101001100010101001001111100100101111111010111111101001101010001001001001011110 | e98a93e4bfafe9a8925e |
UHC | 銓俯?^ | 111011111011000011011100111101100011111101011110 | efb0dcf63f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)