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 | 00111111001111111101111001000010 | 3f3fde42 |
SJIS-WIN | 凹ヨ?B | 100010011001101010000011100010000011111101000010 | 899a83883f42 |
EUC-JP | 凹ヨÞB | 1011000111111010101001011110100010001111101010011011000001000010 | b1faa5e88fa9b042 |
UTF-8 | 凹ヨÞB | 111001011000011110111001111000111000001110101000110000111001111001000010 | e587b9e383a8c39e42 |
UHC | 凹ヨÞB | 11101000111010101010101111101000101010001010110101000010 | e8eaabe8a8ad42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)