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 | 11011110110110000111110101000010 | ded87d42 |
SJIS-WIN | ??}B | 00111111001111110111110101000010 | 3f3f7d42 |
EUC-JP | ÞØ}B | 1000111110101001101100001000111110101001101011000111110101000010 | 8fa9b08fa9ac7d42 |
UTF-8 | ÞØ}B | 110000111001111011000011100110000111110101000010 | c39ec3987d42 |
UHC | ÞØ}B | 101010001010110110101000101010100111110101000010 | a8ada8aa7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)