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 | 祥コ | 1000111111001011101110101111001010110001 | 8fcbbaf2b1 |
EUC-JP | 祥コ? | 1011111011001101100011101011101000111111 | becd8eba3f |
UTF-8 | 祥コ | 111001111010010110100101111011111011110110111010111011101000011110101000 | e7a5a5efbdbaee87a8 |
UHC | 祥?? | 11011111110101000011111100111111 | dfd43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)