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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ツ邇ョ質 | 1111000111100000110000101110011110001110101011101000111010111111 | f1e0c2e78eae8ebf |
EUC-JP | ?ツ邇ョ質 | 001111111000111011000010111011011110111010001110101011101011110011000001 | 3f8ec2edee8eaebcc1 |
UTF-8 | ツ邇ョ質 | 111011101000010110011011111011111011111010000010111010011000001010000111111011111011110110101110111010001011001110101010 | ee859befbe82e98287efbdaee8b3aa |
UHC | ??邇?質 | 00111111001111111110110011000100001111111111001011110101 | 3f3fecc43ff2f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)