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 | 軫笘 | 11100111011001101110001010011000 | e766e298 |
EUC-JP | 軫笘 | 11101101110001111110001111111000 | edc7e3f8 |
UTF-8 | 軫笘 | 111010001011101110101011111001111010110010011000 | e8bbabe7ac98 |
UHC | 軫? | 111100101110001000111111 | f2e23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)