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 | GLhGL | 10010010010001110100110001101000100100100100011101001100 | 92474c6892474c |
SJIS-WIN | ?GLh?GL | 00111111010001110100110001101000001111110100011101001100 | 3f474c683f474c |
EUC-JP | ?GLh?GL | 00111111010001110100110001101000001111110100011101001100 | 3f474c683f474c |
UTF-8 | GLhGL | 110000101001001001000111010011000110100011000010100100100100011101001100 | c292474c68c292474c |
UHC | ?GLh?GL | 00111111010001110100110001101000001111110100011101001100 | 3f474c683f474c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)