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 | ?gj^ | 00111111011001110110101001011110 | 3f676a5e |
SJIS-WIN | gj^ | 1111011110101100011001110110101001011110 | f7ac676a5e |
EUC-JP | ?gj^ | 00111111011001110110101001011110 | 3f676a5e |
UTF-8 | gj^ | 111011101001011010001111011001110110101001011110 | ee968f676a5e |
UHC | ?gj^ | 00111111011001110110101001011110 | 3f676a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)