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 | 祥瘴カ | 1000111111001011111000011000111110110110 | 8fcbe18fb6 |
EUC-JP | 祥瘴カ | 101111101100110111100001111011111000111010110110 | becde1ef8eb6 |
UTF-8 | 祥瘴カ | 111001111010010110100101111001111001100010110100111011111011110110110110 | e7a5a5e798b4efbdb6 |
UHC | 祥?? | 11011111110101000011111100111111 | dfd43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)