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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 號ⅳ | 11100101011010101111101001000011 | e56afa43 |
EUC-JP | 號? | 111010011100101100111111 | e9cb3f |
UTF-8 | 號ⅳ | 111010001001100110011111111000101000010110110011 | e8999fe285b3 |
UHC | 號ⅳ | 11111011110111001010010110100100 | fbdca5a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)