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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 大??擦? | 10010001111001010011111100111111100011100100001100111111 | 91e53f3f8e433f |
EUC-JP | 大??擦? | 11000010111001110011111100111111101110111010010000111111 | c2e73f3fbba43f |
UTF-8 | 大更ㅀ擦ㅏ | 111001011010010010100111111011111010010010000001111000111000010110000000111001101001001110100110111000111000010110001111 | e5a4a7efa481e38580e693a6e3858f |
UHC | 大更ㅀ擦ㅏ | 11010011110111101100101111010110101001001011000011110011110011011010010010111111 | d3decbd6a4b0f3cda4bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)