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 | 褥??媛? | 11100101111100010011111100111111100101010101000100111111 | e5f13f3f95513f |
EUC-JP | 褥??媛? | 11101010111100110011111100111111110010011011001000111111 | eaf33f3fc9b23f |
UTF-8 | 褥띕강媛둆 | 111010001010010010100101111010111001110110010101111010101011000010010101111001011010101010011011111010111001000110000110 | e8a4a5eb9d95eab095e5aa9beb9186 |
UHC | 褥띕강媛둆 | 11101001101100111011011011101011101100001010110111101010101100001000101001000010 | e9b3b6ebb0adeab08a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)