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 | àÛYBgF | 11100000110110110101100110011010010000100110011101000110 | e0db599a426746 |
SJIS-WIN | ??Y?BgF | 00111111001111110101100100111111010000100110011101000110 | 3f3f593f426746 |
EUC-JP | àÛY?BgF | 1000111110101011101000101000111110101010111001010101100100111111010000100110011101000110 | 8faba28faae5593f426746 |
UTF-8 | àÛYBgF | 11000011101000001100001110011011010110011100001010011010010000100110011101000110 | c3a0c39b59c29a426746 |
UHC | ??Y?BgF | 00111111001111110101100100111111010000100110011101000110 | 3f3f593f426746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)