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 | ??w? | 00111111001111110111011100111111 | 3f3f773f |
SJIS-WIN | ?豐w? | 0011111111100110101100100111011100111111 | 3fe6b2773f |
EUC-JP | 嶴豐w嶴 | 100011111011101111110011111011001011010001110111100011111011101111110011 | 8fbbf3ecb4778fbbf3 |
UTF-8 | 嶴豐w嶴 | 11100101101101101011010011101000101100011001000001110111111001011011011010110100 | e5b6b4e8b19077e5b6b4 |
UHC | ??w? | 00111111001111110111011100111111 | 3f3f773f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)