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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 勺勺^ | 100011101101100111110011110111101000111011011001111100111101110001011110 | 8ed9f3de8ed9f3dc5e |
EUC-JP | 勺?勺?^ | 10111100110110110011111110111100110110110011111101011110 | bcdb3fbcdb3f5e |
UTF-8 | 勺勺^ | 11100101100010111011101011101110100010111001000111100101100010111011101011101110100010111000111101011110 | e58bbaee8b91e58bbaee8b8f5e |
UHC | 勺?勺?^ | 11101101110000110011111111101101110000110011111101011110 | edc33fedc33f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)