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 | 陞ス蟷鈴▲ | 111010001001111010111101111001011011100110010111111010011000000110100011 | e89ebde5b997e981a3 |
EUC-JP | 陞ス蟷鈴▲ | 11101111111111101000111010111101111010101011101111001110111010111010001010100101 | effe8ebdeabbceeba2a5 |
UTF-8 | 陞ス蟷鈴▲ | 111010011001100110011110111011111011110110111101111010001001111110110111111010011000100010110100111000101001011010110010 | e9999eefbdbde89fb7e988b4e296b2 |
UHC | 陞??鈴▲ | 1110001110110011001111110011111111010110110000101010000111100011 | e3b33f3fd6c2a1e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)