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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 焦ュ襞 | 1000111111000101101011011110010111111100 | 8fc5ade5fc |
EUC-JP | 焦ュ襞 | 101111101100011110001110101011011110101011111110 | bec78eadeafe |
UTF-8 | 焦ュ襞 | 111001111000010010100110111011111011110110101101111010001010010110011110 | e784a6efbdade8a59e |
UHC | 焦?? | 11110101101001010011111100111111 | f5a53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)