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] | 001111110011111100111111001111110101000101011101 | 3f3f3f3f515d |
SJIS-WIN | 﨡ス都スQ] | 1111101110100000101111011111101110110111101111010101000101011101 | fba0bdfbb7bd515d |
EUC-JP | ?ス?スQ] | 0011111110001110101111010011111110001110101111010101000101011101 | 3f8ebd3f8ebd515d |
UTF-8 | 﨡ス都スQ] | 1110111110101000101000011110111110111101101111011110111110101000101001101110111110111101101111010101000101011101 | efa8a1efbdbdefa8a6efbdbd515d |
UHC | ????Q] | 001111110011111100111111001111110101000101011101 | 3f3f3f3f515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)