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 | ??????F | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
SJIS-WIN | 堤??絅?枸F | 10010010111001110011111100111111111000110100010000111111100111100110110101000110 | 92e73f3fe3443f9e6d46 |
EUC-JP | 堤??絅?枸F | 11000100111010010011111100111111111001011010010100111111110110111100111001000110 | c4e93f3fe5a53fdbce46 |
UTF-8 | 堤렚狀絅렯枸F | 11100101101000001010010011101011101000001001101011101111101001111011101011100111101101011000010111101011101000001010111111100110100111101011100001000110 | e5a0a4eba09aefa7bae7b585eba0afe69eb846 |
UHC | 堤렚狀絅렯枸F | 11110000101001111000111010101101111011011110111011001100111001111000111010111100110011111010111001000110 | f0a78eadedeecce78ebccfae46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)