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 | ??Q] | 00111111001111110101000101011101 | 3f3f515d |
SJIS-WIN | 実竺Q] | 100011101100000010001110101100010101000101011101 | 8ec08eb1515d |
EUC-JP | 実竺Q] | 101111001100001010111100101100110101000101011101 | bcc2bcb3515d |
UTF-8 | 実竺Q] | 1110010110101110100111111110011110101011101110100101000101011101 | e5ae9fe7abba515d |
UHC | ?竺Q] | 0011111111110101111001110101000101011101 | 3ff5e7515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)