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 | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | テ陛疑F | 110000111001010111000011100010110101111001000110 | c395c38b5e46 |
EUC-JP | テ陛疑F | 10001110110000111100101011000101101101011011111101000110 | 8ec3cac5b5bf46 |
UTF-8 | テ陛疑F | 11101111101111101000001111101001100110011001101111100111100101101001000101000110 | efbe83e9999be7969146 |
UHC | ?陛疑F | 001111111111100011001110111010111111011101000110 | 3ff8ceebf746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)