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 | 剰暿ュ祥 | 100011111110100011111010110111011010110110001111110010111111010001101000 | 8fe8faddad8fcbf468 |
EUC-JP | 剰暿ュ祥? | 10111110111010101000111111000010110111101000111010101101101111101100110100111111 | beea8fc2de8eadbecd3f |
UTF-8 | 剰暿ュ祥 | 111001011000100110110000111001101001101010111111111011111011110110101101111001111010010110100101111011101000110010011000 | e589b0e69abfefbdade7a5a5ee8c98 |
UHC | ???祥? | 001111110011111100111111110111111101010000111111 | 3f3f3fdfd43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)