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 | 羂碁秋譖 | 1110001110101110100011001110100110001111010010001110011010011011 | e3ae8ce98f48e69b |
EUC-JP | 羂碁秋譖 | 1110011010110000101110001110101110111101101010011110101111111011 | e6b0b8ebbda9ebfb |
UTF-8 | 羂碁秋譖 | 111001111011111010000010111001111010001010000001111001111010011110001011111010001010110110010110 | e7be82e7a281e7a78be8ad96 |
UHC | ?碁秋? | 001111111101000110110011111101011101010100111111 | 3fd1b3f5d53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)