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 | 祥釭ィ | 1000111111001011111110111011110110101000 | 8fcbfbbda8 |
EUC-JP | 祥釭ィ | 10111110110011011000111111100011101011111000111010101000 | becd8fe3af8ea8 |
UTF-8 | 祥釭ィ | 111001111010010110100101111010011000011110101101111011111011110110101000 | e7a5a5e987adefbda8 |
UHC | 祥?? | 11011111110101000011111100111111 | dfd43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)