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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 竺酌示 | 100011101011000110001110110111101000111010100110 | 8eb18ede8ea6 |
EUC-JP | 竺酌示 | 101111001011001110111100111000001011110010101000 | bcb3bce0bca8 |
UTF-8 | 竺酌示 | 111001111010101110111010111010011000010110001100111001111010010010111010 | e7abbae9858ce7a4ba |
UHC | 竺酌示 | 111101011110011111101101110011001110001111000110 | f5e7edcce3c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)