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Ó | 100011101101001110001110101011100100011110001110110100111000111010101101 | 8ed38eae478ed38ead |
SJIS-WIN | ????G???? | 001111110011111100111111001111110100011100111111001111110011111100111111 | 3f3f3f3f473f3f3f3f |
EUC-JP | ?Ó?®G?Ó?? | 001111111000111110101010110100010011111110001111101000101110111001000111001111111000111110101010110100010011111100111111 | 3f8faad13f8fa2ee473f8faad13f3f |
UTF-8 | Ó®GÓ | 1100001010001110110000111001001111000010100011101100001010101110010001111100001010001110110000111001001111000010100011101100001010101101 | c28ec393c28ec2ae47c28ec393c28ec2ad |
UHC | ???®G??? | 0011111100111111001111111010001011100111010001110011111100111111001111111010000110101001 | 3f3f3fa2e7473f3f3fa1a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)