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 | 軫蛞 | 11100111011001101110010101111100 | e766e57c |
EUC-JP | 軫蛞 | 11101101110001111110100111011101 | edc7e9dd |
UTF-8 | 軫蛞 | 111010001011101110101011111010001001101110011110 | e8bbabe89b9e |
UHC | 軫? | 111100101110001000111111 | f2e23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)