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@B | 00111111011001110100000001000010 | 3f674042 |
SJIS-WIN | 辿g@B | 1001001001001000011001110100000001000010 | 9248674042 |
EUC-JP | 辿g@B | 1100001110101001011001110100000001000010 | c3a9674042 |
UTF-8 | 辿g@B | 111010001011111010111111011001110100000001000010 | e8bebf674042 |
UHC | ?g@B | 00111111011001110100000001000010 | 3f674042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)