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 | 隶吩ス應? | 1110100010101110100110011110010010111101100111001110010000111111 | e8ae99e4bd9ce43f |
EUC-JP | 隶吩ス應彛 | 1111000010110000110100101110011010001110101111011101100011100110100011111011110011111010 | f0b0d2e68ebdd8e68fbcfa |
UTF-8 | 隶吩ス應彛 | 111010011001101010110110111001011001000010101001111011111011110110111101111001101000011110001001111001011011110110011011 | e99ab6e590a9efbdbde68789e5bd9b |
UHC | ?吩?應彛 | 0011111111011101110000110011111111101011111010111110110010101101 | 3fddc33febebecad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)