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 | 褥??有? | 11100101111100010011111100111111100101110100110000111111 | e5f13f3f974c3f |
EUC-JP | 褥??有? | 11101010111100110011111100111111110011011010110100111111 | eaf33f3fcdad3f |
UTF-8 | 褥띕강有쵢 | 111010001010010010100101111010111001110110010101111010101011000010010101111001101001110010001001111011001011010110100010 | e8a4a5eb9d95eab095e69c89ecb5a2 |
UHC | 褥띕강有쵢 | 11101001101100111011011011101011101100001010110111101010111100111010110101000010 | e9b3b6ebb0adeaf3ad42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)