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ÂÃ | 110000101000111101000111110000101000101111000011 | c28f47c28bc3 |
SJIS-WIN | ??G??? | 001111110011111101000111001111110011111100111111 | 3f3f473f3f3f |
EUC-JP | Â?GÂ?Ã | 100011111010101010100100001111110100011110001111101010101010010000111111100011111010101010101010 | 8faaa43f478faaa43f8faaaa |
UTF-8 | ÂGÂÃ | 1100001110000010110000101000111101000111110000111000001011000010100010111100001110000011 | c382c28f47c382c28bc383 |
UHC | ??G??? | 001111110011111101000111001111110011111100111111 | 3f3f473f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)