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 | 菫代Η粤 | 1110010010111111100100011110001110000011101001011110001011100011 | e4bf91e383a5e2e3 |
EUC-JP | 菫代Η粤 | 1110100011000001110000101110010110100110101001111110010011100101 | e8c1c2e5a6a7e4e5 |
UTF-8 | 菫代Η粤 | 1110100010001111101010111110010010111011101000111100111010010111111001111011001010100100 | e88fabe4bba3ce97e7b2a4 |
UHC | 菫代Η? | 11010000110010111101001111011011101001011100011100111111 | d0cbd3dba5c73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)