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] | 001111110101000101011101 | 3f515d |
SJIS-WIN | 姓Q] | 10010000101010010101000101011101 | 90a9515d |
EUC-JP | 姓Q] | 11000000101010110101000101011101 | c0ab515d |
UTF-8 | 姓Q] | 1110010110100111100100110101000101011101 | e5a793515d |
UHC | 姓Q] | 11100000111100110101000101011101 | e0f3515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)