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`áf` | 10011111011000001110000101100110100111110110000011100001011001101001111101100000 | 9f60e1669f60e1669f60 |
SJIS-WIN | ?`?f?`?f?` | 00111111011000000011111101100110001111110110000000111111011001100011111101100000 | 3f603f663f603f663f60 |
EUC-JP | ?`áf?`áf?` | 0011111101100000100011111010101110100001011001100011111101100000100011111010101110100001011001100011111101100000 | 3f608faba1663f608faba1663f60 |
UTF-8 | `áf`áf` | 110000101001111101100000110000111010000101100110110000101001111101100000110000111010000101100110110000101001111101100000 | c29f60c3a166c29f60c3a166c29f60 |
UHC | ?`?f?`?f?` | 00111111011000000011111101100110001111110110000000111111011001100011111101100000 | 3f603f663f603f663f60 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)