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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 鬢鳶オ繖イB | 111010011010010010010011110011101011010111100011100001001011001001000010 | e9a493ceb5e384b242 |
EUC-JP | 鬢鳶オ繖イB | 1111001010100110110001101101000010001110101101011110010111100100100011101011001001000010 | f2a6c6d08eb5e5e48eb242 |
UTF-8 | 鬢鳶オ繖イB | 11101001101011001010001011101001101100111011011011101111101111011011010111100111101110011001011011101111101111011011001001000010 | e9aca2e9b3b6efbdb5e7b996efbdb242 |
UHC | ?鳶???B | 00111111111001101110100100111111001111110011111101000010 | 3fe6e93f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)