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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | テδサテδ咤 | 110000111000001111000010101110111100001110000011110000101001101001000010 | c383c2bbc383c29a42 |
EUC-JP | テδサテδ咤 | 100011101100001110100110110001001000111010111011100011101100001110100110110001001101001110100011 | 8ec3a6c48ebb8ec3a6c4d3a3 |
UTF-8 | テδサテδ咤 | 11101111101111101000001111001110101101001110111110111101101110111110111110111110100000111100111010110100111001011001001010100100 | efbe83ceb4efbdbbefbe83ceb4e592a4 |
UHC | ?δ??δ咤 | 001111111010010111100100001111110011111110100101111001001111011011100011 | 3fa5e43f3fa5e4f6e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)