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 | ???D???B | 0011111100111111001111110100010000111111001111110011111101000010 | 3f3f3f443f3f3f42 |
SJIS-WIN | テδサDテつセB | 11000011100000111100001010111011010001001100001110000010110000101011111001000010 | c383c2bb44c382c2be42 |
EUC-JP | テδサDテつセB | 1000111011000011101001101100010010001110101110110100010010001110110000111010010011000100100011101011111001000010 | 8ec3a6c48ebb448ec3a4c48ebe42 |
UTF-8 | テδサDテつセB | 11101111101111101000001111001110101101001110111110111101101110110100010011101111101111101000001111100011100000011010010011101111101111011011111001000010 | efbe83ceb4efbdbb44efbe83e381a4efbdbe42 |
UHC | ?δ?D?つ?B | 00111111101001011110010000111111010001000011111110101010110001000011111101000010 | 3fa5e43f443faac43f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)