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 | 啼?耳?? | 10011010011001010011111110001110101010000011111100111111 | 9a653f8ea83f3f |
EUC-JP | 啼?耳?? | 11010011110001100011111110111100101010100011111100111111 | d3c63fbcaa3f3f |
UTF-8 | 啼렧耳렰利 | 111001011001010110111100111010111010000010100111111010001000000010110011111010111010000010110000111011111010011110011101 | e595bceba0a7e880b3eba0b0efa79d |
UHC | 啼렧耳렰利 | 11110000101001101000111010110110111011001011110010001110101111011110110010100110 | f0a68eb6ecbc8ebdeca6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)