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 | F¬ZYB | 100100100100011010010001101011001001001001011010100100100101100101000010 | 924691ac925a925942 |
SJIS-WIN | ?F?¬?Z?YB | 00111111010001100011111110000001110010100011111101011010001111110101100101000010 | 3f463f81ca3f5a3f5942 |
EUC-JP | ?F?¬?Z?YB | 00111111010001100011111110100010110011000011111101011010001111110101100101000010 | 3f463fa2cc3f5a3f5942 |
UTF-8 | F¬ZYB | 1100001010010010010001101100001010010001110000101010110011000010100100100101101011000010100100100101100101000010 | c29246c291c2acc2925ac2925942 |
UHC | ?F???Z?YB | 001111110100011000111111001111110011111101011010001111110101100101000010 | 3f463f3f3f5a3f5942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)