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 | 邀??壤? | 11100111101100010011111100111111100110101101111100111111 | e7b13f3f9adf3f |
EUC-JP | 邀??壤? | 11101110101100110011111100111111110101001110000100111111 | eeb33f3fd4e13f |
UTF-8 | 邀묕쉈壤ㅸ | 111010011000001010000000111010111010110010010101111011001000100110001000111001011010001110100100111000111000010110111000 | e98280ebac95ec8988e5a3a4e385b8 |
UHC | 邀묕쉈壤ㅸ | 11101001101011011001000111101111101111011010010111100101101111011010010011101000 | e9ad91efbda5e5bda4e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)