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 | 碩陋 | 10010000110101111110100010011011 | 90d7e89b |
EUC-JP | 碩陋 | 11000000110110011110111111111011 | c0d9effb |
UTF-8 | 碩陋 | 111001111010001010101001111010011001100110001011 | e7a2a9e9998b |
UHC | 碩陋 | 11100000101101011101011110110000 | e0b5d7b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)