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 | ??y??yB | 00111111001111110111100100111111001111110111100101000010 | 3f3f793f3f7942 |
SJIS-WIN | 但卒y但卒yB | 1001001001000001100100011011001001111001100100100100000110010001101100100111100101000010 | 924191b279924191b27942 |
EUC-JP | 但卒y但卒yB | 1100001110100010110000101011010001111001110000111010001011000010101101000111100101000010 | c3a2c2b479c3a2c2b47942 |
UTF-8 | 但卒y但卒yB | 111001001011110110000110111001011000110110010010011110011110010010111101100001101110010110001101100100100111100101000010 | e4bd86e58d9279e4bd86e58d927942 |
UHC | 但卒y但卒yB | 1101001110100011111100001110111101111001110100111010001111110000111011110111100101000010 | d3a3f0ef79d3a3f0ef7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)