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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鄙誹欄 | 111001111011111110010100111011101001011110010011 | e7bf94ee9793 |
EUC-JP | 鄙誹欄 | 111011101100000111001000111100001100110111110011 | eec1c8f0cdf3 |
UTF-8 | 鄙誹欄 | 111010011000010010011001111010001010101010111001111001101010110010000100 | e98499e8aab9e6ac84 |
UHC | 鄙誹欄 | 110111101010100111011110101001101101010110110001 | dea9dea6d5b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)