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 | ???× | 00111111001111110011111111010111 | 3f3f3fd7 |
SJIS-WIN | 魍ァ逎× | 11101001101100011010011111100111101000111000000101111110 | e9b1a7e7a3817e |
EUC-JP | 魍ァ逎× | 1111001010110011100011101010011111101110101001011010000111011111 | f2b38ea7eea5a1df |
UTF-8 | 魍ァ逎× | 1110100110101101100011011110111110111101101001111110100110000000100011101100001110010111 | e9ad8defbda7e9808ec397 |
UHC | ???× | 0011111100111111001111111010000110111111 | 3f3f3fa1bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)