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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 嵂エェン・ | 111110101011001010110100101010101101110110100101 | fab2b4aadda5 |
EUC-JP | 嵂エェン・ | 1000111110111011110100001000111010110100100011101010101010001110110111011000111010100101 | 8fbbd08eb48eaa8edd8ea5 |
UTF-8 | 嵂エェン・ | 111001011011010110000010111011111011110110110100111011111011110110101010111011111011111010011101111011111011110110100101 | e5b582efbdb4efbdaaefbe9defbda5 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)