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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 德呰棘B | 11111010101110101001100111101101100111101001100101000010 | faba99ed9e9942 |
EUC-JP | ?呰棘B | 001111111101001011101111110110111111100101000010 | 3fd2efdbf942 |
UTF-8 | 德呰棘B | 11100101101111101011011111100101100100011011000011100110101000111001100001000010 | e5beb7e591b0e6a39842 |
UHC | 德?棘B | 110100111110110000111111110100001011111001000010 | d3ec3fd0be42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)