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 | DIBN | 100100100100010001001001100100100100001001001110 | 92444992424e |
SJIS-WIN | ?DI?BN | 001111110100010001001001001111110100001001001110 | 3f44493f424e |
EUC-JP | ?DI?BN | 001111110100010001001001001111110100001001001110 | 3f44493f424e |
UTF-8 | DIBN | 1100001010010010010001000100100111000010100100100100001001001110 | c2924449c292424e |
UHC | ?DI?BN | 001111110100010001001001001111110100001001001110 | 3f44493f424e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)