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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 窈??沆? | 11100010011101110011111100111111111110101111011100111111 | e2773f3ffaf73f |
EUC-JP | 窈??沆? | 1110001111011000001111110011111110001111110001101110101000111111 | e3d83f3f8fc6ea3f |
UTF-8 | 窈띲렕沆롦 | 111001111010101010001000111010111001110110110010111010111010000010010101111001101011001010000110111010111010000110100110 | e7aa88eb9db2eba095e6b286eba1a6 |
UHC | 窈띲렕沆롦 | 11101001101000011000110111100011100011101010101011111001111110101000111011100110 | e9a18de38eaaf9fa8ee6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)