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???F | 0011111100111111001111110100010000111111001111110011111101000110 | 3f3f3f443f3f3f46 |
SJIS-WIN | テδサDテつョF | 11000011100000111100001010111011010001001100001110000010110000101010111001000110 | c383c2bb44c382c2ae46 |
EUC-JP | テδサDテつョF | 1000111011000011101001101100010010001110101110110100010010001110110000111010010011000100100011101010111001000110 | 8ec3a6c48ebb448ec3a4c48eae46 |
UTF-8 | テδサDテつョF | 11101111101111101000001111001110101101001110111110111101101110110100010011101111101111101000001111100011100000011010010011101111101111011010111001000110 | efbe83ceb4efbdbb44efbe83e381a4efbdae46 |
UHC | ?δ?D?つ?F | 00111111101001011110010000111111010001000011111110101010110001000011111101000110 | 3fa5e43f443faac43f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)