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 | 毅?? | 10001011010000100011111100111111 | 8b423f3f |
EUC-JP | 毅?? | 10110101101000110011111100111111 | b5a33f3f |
UTF-8 | 毅⑷굘 | 111001101010111110000101111000101001000110110111111010101011010110011000 | e6af85e291b7eab598 |
UHC | 毅⑷굘 | 111010111111011010101001111010101011000110110101 | ebf6a9eab1b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)