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 | ??B? | 00111111001111110100001000111111 | 3f3f423f |
SJIS-WIN | ??B? | 00111111001111110100001000111111 | 3f3f423f |
EUC-JP | ??B? | 00111111001111110100001000111111 | 3f3f423f |
UTF-8 | 롂롃B溜 | 11101011101000011000001011101011101000011000001101000010111011111010011110001011 | eba182eba18342efa78b |
UHC | 롂롃B溜 | 10001110110010011000111011001010010000101110101011111110 | 8ec98eca42eafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)