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 | 鈺嫉鋕質裔 | 11111011110001001000111010111001111110111101010010001110101111111110010111100001 | fbc48eb9fbd48ebfe5e1 |
EUC-JP | 鈺嫉鋕質裔 | 100011111110001111010101101111001011101110001111111001001100000010111100110000011110101011100011 | 8fe3d5bcbb8fe4c0bcc1eae3 |
UTF-8 | 鈺嫉鋕質裔 | 111010011000100010111010111001011010101110001001111010011000101110010101111010001011001110101010111010001010001110010100 | e988bae5ab89e98b95e8b3aae8a394 |
UHC | 鈺嫉?質裔 | 111010001010110111110010111011000011111111110010111101011110011111100000 | e8adf2ec3ff2f5e7e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)