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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 瑜?瑜?^ | 11100000111011110011111111100000111011110011111101011110 | e0ef3fe0ef3f5e |
EUC-JP | 瑜?瑜?^ | 11100000111100010011111111100000111100010011111101011110 | e0f13fe0f13f5e |
UTF-8 | 瑜꿃瑜꿃^ | 11100111100100011001110011101010101111111000001111100111100100011001110011101010101111111000001101011110 | e7919ceabf83e7919ceabf835e |
UHC | 瑜꿃瑜꿃^ | 111010111010010110000101010001001110101110100101100001010100010001011110 | eba58544eba585445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)