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ûI | 111110110100011110001110101011011111101101001001 | fb478eadfb49 |
SJIS-WIN | ?G???I | 001111110100011100111111001111110011111101001001 | 3f473f3f3f49 |
EUC-JP | ûG??ûI | 10001111101010111110010101000111001111110011111110001111101010111110010101001001 | 8fabe5473f3f8fabe549 |
UTF-8 | ûGûI | 11000011101110110100011111000010100011101100001010101101110000111011101101001001 | c3bb47c28ec2adc3bb49 |
UHC | ?G??I | 00111111010001110011111110100001101010010011111101001001 | 3f473fa1a93f49 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)