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 | Gh[Gh[^ | 100100100100011101101000010110111001001001000111011010000101101101011110 | 9247685b9247685b5e |
SJIS-WIN | ?Gh[?Gh[^ | 001111110100011101101000010110110011111101000111011010000101101101011110 | 3f47685b3f47685b5e |
EUC-JP | ?Gh[?Gh[^ | 001111110100011101101000010110110011111101000111011010000101101101011110 | 3f47685b3f47685b5e |
UTF-8 | Gh[Gh[^ | 1100001010010010010001110110100001011011110000101001001001000111011010000101101101011110 | c29247685bc29247685b5e |
UHC | ?Gh[?Gh[^ | 001111110100011101101000010110110011111101000111011010000101101101011110 | 3f47685b3f47685b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)