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 | 縺≦ェ纖 | 1110001110000001100000011000010110000011010001101110001110011001 | e38181858346e399 |
EUC-JP | 縺≦ェ纖 | 1110010111100001101000011110010110100101101001111110010111111001 | e5e1a1e5a5a7e5f9 |
UTF-8 | 縺≦ェ纖 | 111001111011100010111010111000101000100110100110111000111000001010100111111001111011101010010110 | e7b8bae289a6e382a7e7ba96 |
UHC | ??ェ纖 | 001111110011111110101011101001111110000011101001 | 3f3faba7e0e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)