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 | ¹GB | 110000101000110011000010101110010100011101000010 | c28cc2b94742 |
SJIS-WIN | ????GB | 001111110011111100111111001111110100011101000010 | 3f3f3f3f4742 |
EUC-JP | Â?Â?GB | 10001111101010101010010000111111100011111010101010100100001111110100011101000010 | 8faaa43f8faaa43f4742 |
UTF-8 | ¹GB | 11000011100000101100001010001100110000111000001011000010101110010100011101000010 | c382c28cc382c2b94742 |
UHC | ???¹GB | 00111111001111110011111110101001111101100100011101000010 | 3f3f3fa9f64742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)