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 | ?????T | 001111110011111100111111001111110011111101010100 | 3f3f3f3f3f54 |
SJIS-WIN | テδ禿つケT | 110000111000001111000010100100111100001110000010110000101011100101010100 | c383c293c382c2b954 |
EUC-JP | テδ禿つケT | 1000111011000011101001101100010011000110110001011010010011000100100011101011100101010100 | 8ec3a6c4c6c5a4c48eb954 |
UTF-8 | テδ禿つケT | 111011111011111010000011110011101011010011100111101001101011111111100011100000011010010011101111101111011011100101010100 | efbe83ceb4e7a6bfe381a4efbdb954 |
UHC | ?δ禿つ?T | 001111111010010111100100110101001011111010101010110001000011111101010100 | 3fa5e4d4beaac43f54 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)