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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | テつ古δ徒 | 110000111000001011000010100011001100001110000011110000101001001101101011 | c382c28cc383c2936b |
EUC-JP | テつ古δ徒 | 10001110110000111010010011000100101110001100010110100110110001001100010111001100 | 8ec3a4c4b8c5a6c4c5cc |
UTF-8 | テつ古δ徒 | 1110111110111110100000111110001110000001101001001110010110001111101001001100111010110100111001011011111010010010 | efbe83e381a4e58fa4ceb4e5be92 |
UHC | ?つ古δ徒 | 001111111010101011000100110011011010111110100101111001001101001111111001 | 3faac4cdafa5e4d3f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)