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µð®Ù¼ | 1111101101000111100011101011010111110000101011101101100110111100 | fb478eb5f0aed9bc |
SJIS-WIN | ?G?????? | 0011111101000111001111110011111100111111001111110011111100111111 | 3f473f3f3f3f3f3f |
EUC-JP | ûG??ð®Ù? | 10001111101010111110010101000111001111110011111110001111101010011100001110001111101000101110111010001111101010101110001100111111 | 8fabe5473f3f8fa9c38fa2ee8faae33f |
UTF-8 | ûGµð®Ù¼ | 110000111011101101000111110000101000111011000010101101011100001110110000110000101010111011000011100110011100001010111100 | c3bb47c28ec2b5c3b0c2aec399c2bc |
UHC | ?G??ð®?¼ | 0011111101000111001111110011111110101001101000111010001011100111001111111010100011111001 | 3f473f3fa9a3a2e73fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)