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] | 0011111100111111001111110101000101011101 | 3f3f3f515d |
SJIS-WIN | ??ヲQ] | 001111110011111110000011100100100101000101011101 | 3f3f8392515d |
EUC-JP | ??ヲQ] | 001111110011111110100101111100100101000101011101 | 3f3fa5f2515d |
UTF-8 | 룵卽ヲQ] | 1110101110100011101101011110010110001101101111011110001110000011101100100101000101011101 | eba3b5e58dbde383b2515d |
UHC | 룵卽ヲQ] | 1000111110101010111100011110110110101011111100100101000101011101 | 8faaf1edabf2515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)