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 | 陞サ讓」ホ | 11101000100111101011101111100110101010001010001111001110 | e89ebbe6a8a3ce |
EUC-JP | 陞サ讓」ホ | 11101111111111101000111010111011111011001010101010001110101000111000111011001110 | effe8ebbecaa8ea38ece |
UTF-8 | 陞サ讓」ホ | 111010011001100110011110111011111011110110111011111010001010111010010011111011111011110110100011111011111011111010001110 | e9999eefbdbbe8ae93efbda3efbe8e |
UHC | 陞?讓?? | 11100011101100110011111111100101110100110011111100111111 | e3b33fe5d33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)