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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 紗失紗失B | 100011101101000110001110101110001000111011010001100011101011100001000010 | 8ed18eb88ed18eb842 |
EUC-JP | 紗失紗失B | 101111001101001110111100101110101011110011010011101111001011101001000010 | bcd3bcbabcd3bcba42 |
UTF-8 | 紗失紗失B | 11100111101101001001011111100101101001001011000111100111101101001001011111100101101001001011000101000010 | e7b497e5a4b1e7b497e5a4b142 |
UHC | 紗失紗失B | 110111101110100111100011111101111101111011101001111000111111011101000010 | dee9e3f7dee9e3f742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)