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 | 扈? | 111001111011101100111111 | e7bb3f |
EUC-JP | 扈? | 111011101011110100111111 | eebd3f |
UTF-8 | 扈큘 | 111001101000100110001000111011011000000110011000 | e68988ed8198 |
UHC | 扈큘 | 11111011110000111100010110100111 | fbc3c5a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)