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翦 | 111110110100011110011011111001111011111110100110 | fb479be7bfa6 |
SJIS-WIN | ?G???? | 001111110100011100111111001111110011111100111111 | 3f473f3f3f3f |
EUC-JP | ûG?翦 | 1000111110101011111001010100011100111111100011111010101110101110100011111010001011000100100011111010001011000011 | 8fabe5473f8fabae8fa2c48fa2c3 |
UTF-8 | ûG翦 | 1100001110111011010001111100001010011011110000111010011111000010101111111100001010100110 | c3bb47c29bc3a7c2bfc2a6 |
UHC | ?G??¿? | 00111111010001110011111100111111101000101010111100111111 | 3f473f3fa2af3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)