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 | 照繽ニ | 1000111111000110111000111000111111000110 | 8fc6e38fc6 |
EUC-JP | 照繽ニ | 101111101100100011100101111011111000111011000110 | bec8e5ef8ec6 |
UTF-8 | 照繽ニ | 111001111000010110100111111001111011100110111101111011111011111010000110 | e785a7e7b9bdefbe86 |
UHC | 照?? | 11110000110011100011111100111111 | f0ce3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)