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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | テ陛甘凖 | 11000011100101011100001110001010110000111001100111000011 | c395c38ac399c3 |
EUC-JP | テ陛甘凖 | 1000111011000011110010101100010110110100110001011101001011000101 | 8ec3cac5b4c5d2c5 |
UTF-8 | テ陛甘凖 | 111011111011111010000011111010011001100110011011111001111001010010011000111001011000011110010110 | efbe83e9999be79498e58796 |
UHC | ?陛甘? | 001111111111100011001110110010101111011000111111 | 3ff8cecaf63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)