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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鄒樞襖蕣 | 1110011110111110100111101110001010001001101001101110010011111010 | e7be9ee289a6e4fa |
EUC-JP | 鄒樞襖蕣 | 1110111011000000110111001110010010110010101010001110100011111100 | eec0dce4b2a8e8fc |
UTF-8 | 鄒樞襖蕣 | 111010011000010010010010111001101010100010011110111010001010010110010110111010001001010110100011 | e98492e6a89ee8a596e895a3 |
UHC | 鄒樞?蕣 | 11110101110110111111010111010010001111111110001011110010 | f5dbf5d23fe2f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)