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 | GLH@\ | 100100100100011110010010010011001001001001001000100100100100000001011100 | 9247924c924892405c |
SJIS-WIN | ?G?L?H?@\ | 001111110100011100111111010011000011111101001000001111110100000001011100 | 3f473f4c3f483f405c |
EUC-JP | ?G?L?H?@\ | 001111110100011100111111010011000011111101001000001111110100000001011100 | 3f473f4c3f483f405c |
UTF-8 | GLH@\ | 11000010100100100100011111000010100100100100110011000010100100100100100011000010100100100100000001011100 | c29247c2924cc29248c292405c |
UHC | ?G?L?H?@\ | 001111110100011100111111010011000011111101001000001111110100000001011100 | 3f473f4c3f483f405c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)