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 | 莉吝弍雖 | 1110010010111011100110011110010110011000101011111110010110101011 | e4bb99e598afe5ab |
EUC-JP | 莉吝弍雖 | 1110100010111101110100101110011111010000101100011110101010101101 | e8bdd2e7d0b1eaad |
UTF-8 | 莉吝弍雖 | 111010001000111010001001111001011001000010011101111001011011110010001101111010011001101110010110 | e88e89e5909de5bc8de99b96 |
UHC | 莉吝?雖 | 11010111111010011101011111110000001111111110001011001100 | d7e9d7f03fe2cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)