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 | GLG@\ | 100100100100011110010010010011001001001001000111100100100100000001011100 | 9247924c924792405c |
SJIS-WIN | ?G?L?G?@\ | 001111110100011100111111010011000011111101000111001111110100000001011100 | 3f473f4c3f473f405c |
EUC-JP | ?G?L?G?@\ | 001111110100011100111111010011000011111101000111001111110100000001011100 | 3f473f4c3f473f405c |
UTF-8 | GLG@\ | 11000010100100100100011111000010100100100100110011000010100100100100011111000010100100100100000001011100 | c29247c2924cc29247c292405c |
UHC | ?G?L?G?@\ | 001111110100011100111111010011000011111101000111001111110100000001011100 | 3f473f4c3f473f405c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)